diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/browser_theme_pack.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_theme_pack.cc b/chrome/browser/browser_theme_pack.cc index 450639d..130a6e8 100644 --- a/chrome/browser/browser_theme_pack.cc +++ b/chrome/browser/browser_theme_pack.cc @@ -180,6 +180,7 @@ StringToIntTable kTintTable[] = { { "buttons", BrowserThemeProvider::TINT_BUTTONS }, { "frame", BrowserThemeProvider::TINT_FRAME }, { "frame_inactive", BrowserThemeProvider::TINT_FRAME_INACTIVE }, + { "frame_incognito", BrowserThemeProvider::TINT_FRAME_INCOGNITO }, { "frame_incognito_inactive", BrowserThemeProvider::TINT_FRAME_INCOGNITO_INACTIVE }, { "background_tab", BrowserThemeProvider::TINT_BACKGROUND_TAB }, |