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

Unified Diff: ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm

Issue 2908623004: [ios clean] Toolbar displays total number of tabs. (Closed)
Patch Set: Minor comment changes. Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm
diff --git a/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm b/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm
index 662f5a0f6becf3718c1434103e20223605d96d1e..c991529a1d3325aae97bca205b629980b3028566 100644
--- a/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm
+++ b/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm
@@ -18,3 +18,5 @@ const CGFloat kLocationBarShadowOpacity = 0.2f;
const CGFloat kProgressBarHeight = 2.0f;
const CGFloat kToolbarButtonWidth = 42.0f;
+const CGFloat kToolbarButtonTitleNormalColor = 85.0 / 255.0;
+const CGFloat kToolbarButtonTitleHighlightedColor = 0x4285F4;
marq (ping after 24h) 2017/05/29 11:04:36 Neither of these are 'colors' in the usual sense -
sczs 2017/05/30 00:18:20 Sounds good. If we want to have consistency and no

Powered by Google App Engine
This is Rietveld 408576698