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

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: Peter's comments 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..a9d367d427690c5bd659ef6000a74f9958904aa0 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_TOP_VERTICAL_PADDING,
+ PROPERTY_TOOLBAR_VIEW_BOTTOM_VERTICAL_PADDING,
Peter Kasting 2015/09/09 22:41:53 Now that I look at this list I see that all the ot
tdanderson 2015/09/10 19:48:25 Done.
};
// Used by the browser theme pack to parse alignments from something like
« no previous file with comments | « no previous file | chrome/browser/themes/theme_properties.cc » ('j') | chrome/browser/ui/views/frame/glass_browser_frame_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698