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

Unified Diff: chrome/browser/themes/theme_properties.h

Issue 1322323006: Change toolbar height for material design on Ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: chrome/browser/themes/theme_properties.h
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h
index 26a68d82a489a4f173fc23eddc8dc817678498b7..74e91fcf01873a0f93e7c953662eb74776175e8a 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -137,7 +137,8 @@ class ThemeProperties {
PROPERTY_TOOLBAR_VIEW_LOCATION_BAR_RIGHT_PADDING,
PROPERTY_TOOLBAR_VIEW_RIGHT_EDGE_SPACING,
PROPERTY_TOOLBAR_VIEW_STANDARD_SPACING,
- PROPERTY_TOOLBAR_VIEW_VERTICAL_PADDING,
+ PROPERTY_TOOLBAR_VIEW_BOTTOM_VERTICAL_PADDING,
+ PROPERTY_TOOLBAR_VIEW_TOP_VERTICAL_PADDING,
Peter Kasting 2015/09/08 19:38:33 Nit: top then bottom, please (here and elsewhere)
tdanderson 2015/09/09 17:23:05 Done.
};
// Used by the browser theme pack to parse alignments from something like

Powered by Google App Engine
This is Rietveld 408576698