blob: cedf37557d27a2e77eb317c3a5c9bd00ecddb585 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_SMS_WEBOTP_CONSTANTS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_SMS_WEBOTP_CONSTANTS_H_
#include "base/time/time.h"
namespace blink {
static constexpr int kMaxUniqueOriginInAncestorChainForWebOTP = 2;
// This is Blink.Sms.Receive.TimeSuccess at > 99.7 percentile.
static constexpr base::TimeDelta kWebOTPRequestTimeout =
base::TimeDelta::FromMinutes(4);
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_COMMON_SMS_WEBOTP_CONSTANTS_H_