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

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

Issue 1164333002: ToolbarView MaterialDesign in ThemeProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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 f2f9b087c074c5dde3d8c1f9b854d9e3947cfd46..3eef84ece3cd0f9454a71ddc5399d28b76358963 100644
--- a/chrome/browser/themes/theme_properties.h
+++ b/chrome/browser/themes/theme_properties.h
@@ -111,8 +111,17 @@ class ThemeProperties {
GRADIENT_TOOLBAR_BUTTON,
GRADIENT_TOOLBAR_BUTTON_INACTIVE,
GRADIENT_TOOLBAR_BUTTON_PRESSED,
- GRADIENT_TOOLBAR_BUTTON_PRESSED_INACTIVE
+ GRADIENT_TOOLBAR_BUTTON_PRESSED_INACTIVE,
#endif // OS_MACOSX
+
+ // TODO(jonross): Upon the completion of Material Design work, evaluate
+ // which of these properties can be moved out of ThemeProperties.
+
+ // Layout Properties for the Toolbar
+ PROPERTY_TOOLBAR_VIEW_LEFT_EDGE_SPACING,
+ PROPERTY_TOOLBAR_VIEW_RIGHT_EDGE_SPACING,
+ PROPERTY_TOOLBAR_VIEW_CONTENT_SHADOW_HEIGHT_ASH,
+ PROPERTY_TOOLBAR_VIEW_CONTENT_SHADOW_HEIGHT,
};
// 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