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

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: only changed frame for Ash 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
« no previous file with comments | « no previous file | chrome/browser/themes/theme_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5301042c6d25a04854925459804e2abc4160ba5e 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -130,6 +130,7 @@ class ThemeProperties {
PROPERTY_OMNIBOX_DROPDOWN_MIN_ICON_VERTICAL_PADDING,
PROPERTY_OMNIBOX_DROPDOWN_MIN_TEXT_VERTICAL_PADDING,
PROPERTY_TOOLBAR_BUTTON_BORDER_INSET,
+ PROPERTY_TOOLBAR_VIEW_BOTTOM_VERTICAL_PADDING,
PROPERTY_TOOLBAR_VIEW_CONTENT_SHADOW_HEIGHT,
PROPERTY_TOOLBAR_VIEW_CONTENT_SHADOW_HEIGHT_ASH,
PROPERTY_TOOLBAR_VIEW_ELEMENT_PADDING,
@@ -137,7 +138,7 @@ 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,
};
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698