blob: 7c9cea2b92abb5099e741b899e2da187a9d5ee6e [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.
#import "ios/chrome/browser/link_to_text/link_to_text_constants.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
namespace link_to_text {
const double kLinkGenerationTimeoutInMs = 500.0;
const double kPreconditionsTimeoutInSeconds = 0.1;
const double kPreconditionsWebStateTimeoutInSeconds = 1.0;
} // namespace link_to_text