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 7bc6709d6e05582e0d40b9bc826333387d68da42..3f21cc82ebc63faafd4efacfbd097a4663963b8a 100644 |
| --- a/chrome/browser/themes/theme_properties.h |
| +++ b/chrome/browser/themes/theme_properties.h |
| @@ -155,6 +155,10 @@ class ThemeProperties { |
| GRADIENT_TOOLBAR_BUTTON_PRESSED, |
| GRADIENT_TOOLBAR_BUTTON_PRESSED_INACTIVE, |
| #endif // OS_MACOSX |
| + |
| +#if defined(OS_WIN) |
| + COLOR_ACCENT_BORDER, |
|
Peter Kasting
2016/10/06 08:02:46
Nit: Briefly describe what this is.
|
| +#endif // OS_WIN |
| }; |
| // Used by the browser theme pack to parse alignments from something like |