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 6b323472616c8e674f6bd2c0407de3faf5ccd830..52c89e4324d938367908630c69dcc4a44dc3a45f 100644 |
| --- a/chrome/browser/themes/theme_properties.h |
| +++ b/chrome/browser/themes/theme_properties.h |
| @@ -107,6 +107,9 @@ class ThemeProperties { |
| // The color of a background tab, as well as the new tab button. |
| COLOR_BACKGROUND_TAB, |
| + // The color of the "instructions text" in an empty bookmarks bar |
|
Evan Stade
2016/06/17 20:23:37
nit: final punctuation
|
| + COLOR_BOOKMARK_BAR_INSTRUCTIONS_TEXT, |
| + |
| // Colors used for the detached (NTP) bookmark bar. |
| COLOR_DETACHED_BOOKMARK_BAR_BACKGROUND, |
| COLOR_DETACHED_BOOKMARK_BAR_SEPARATOR, |