| 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..65653c13f3883e8045772dc65c9167fcc9ec9019 100644
|
| --- a/chrome/browser/themes/theme_properties.h
|
| +++ b/chrome/browser/themes/theme_properties.h
|
| @@ -111,8 +111,14 @@ 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
|
| +
|
| + // 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
|
|
|