| 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
|
|
|