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

Unified 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, 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.h
diff --git a/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.h b/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.h
index 8547440e0705643d16e94e9ad18ddc20deb9b0be..fefa1e1187f3fcad9a94e048cf84005ca73a0b9f 100644
--- a/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.h
+++ b/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.h
@@ -26,5 +26,7 @@ extern const CGFloat kProgressBarHeight;
// Toolbar Buttons.
extern const CGFloat kToolbarButtonWidth;
+extern const CGFloat kToolbarButtonTitleNormalColor;
+extern const CGFloat kToolbarButtonTitleHighlightedColor;
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698