blob: 7c8990a704a8b52bf9744edf387b34fe96354cf3 [file] [log] [blame]
// Copyright 2018 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 IOS_CHROME_BROWSER_UI_LOCATION_BAR_LOCATION_BAR_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_LOCATION_BAR_LOCATION_BAR_CONSTANTS_H_
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>
// The brightness of the location bar placeholder text in regular mode,
// on an iPhone.
extern const CGFloat kiPhoneLocationBarPlaceholderColorBrightness;
// Last button in accessory view for keyboard, commonly used TLD.
extern NSString* const kDotComTLD;
#endif // IOS_CHROME_BROWSER_UI_LOCATION_BAR_LOCATION_BAR_CONSTANTS_H_