Chromium Code Reviews| 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..4f74620f42d9eaf193944720fb0d35f45b9cd61a 100644 |
| --- a/chrome/browser/themes/theme_properties.h |
| +++ b/chrome/browser/themes/theme_properties.h |
| @@ -111,8 +111,16 @@ 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. |
|
pkotwicz
2015/07/03 18:45:21
Nit: Can you please add a new line?
jonross
2015/07/03 18:55:08
Done.
|
| + // 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 |