blob: 542152228d9294f0b5df1f39aff4fe7edb56e483 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/chrome/common/constants.h"
const NSTimeInterval kSecurePasteboardExpiration = 60 * 20; // 20 minutes.
const CGFloat kSmallDeviceThreshold = 22.0;