Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: ios/clean/chrome/browser/ui/toolbar/toolbar_constants.h

Issue 2908623004: [ios clean] Toolbar displays total number of tabs. (Closed)
Patch Set: Minor comment changes. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_ 5 #ifndef IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_
6 #define IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_ 6 #define IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_
7 7
8 #import <CoreGraphics/CoreGraphics.h> 8 #import <CoreGraphics/CoreGraphics.h>
9 9
10 // Toolbar styling. 10 // Toolbar styling.
11 extern const CGFloat kToolbarBackgroundBrightness; 11 extern const CGFloat kToolbarBackgroundBrightness;
12 12
13 // Stackview constraints. 13 // Stackview constraints.
14 extern const CGFloat kVerticalMargin; 14 extern const CGFloat kVerticalMargin;
15 extern const CGFloat kHorizontalMargin; 15 extern const CGFloat kHorizontalMargin;
16 extern const CGFloat kStackViewSpacing; 16 extern const CGFloat kStackViewSpacing;
17 17
18 // Location bar styling. 18 // Location bar styling.
19 extern const CGFloat kLocationBarBorderWidth; 19 extern const CGFloat kLocationBarBorderWidth;
20 extern const CGFloat kLocationBarBorderColorBrightness; 20 extern const CGFloat kLocationBarBorderColorBrightness;
21 extern const CGFloat kLocationBarShadowRadius; 21 extern const CGFloat kLocationBarShadowRadius;
22 extern const CGFloat kLocationBarShadowOpacity; 22 extern const CGFloat kLocationBarShadowOpacity;
23 23
24 // Progress Bar Height. 24 // Progress Bar Height.
25 extern const CGFloat kProgressBarHeight; 25 extern const CGFloat kProgressBarHeight;
26 26
27 // Toolbar Buttons. 27 // Toolbar Buttons.
28 extern const CGFloat kToolbarButtonWidth; 28 extern const CGFloat kToolbarButtonWidth;
29 extern const CGFloat kToolbarButtonTitleNormalColor;
30 extern const CGFloat kToolbarButtonTitleHighlightedColor;
29 31
30 #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_ 32 #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698