Skip to content

Commit

Permalink
Make sure tint for frame_incognito is stored in "Cached Theme.pak".
Browse files Browse the repository at this point in the history
BUG=41743
TEST=See bug

Review URL: http://codereview.chromium.org/1758001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45222 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
erg@chromium.org committed Apr 21, 2010
1 parent 2c42337 commit d65a397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ Brian G. Merrell <bgmerrell@gmail.com>
Matthew Willis <appamatto@gmail.com>
Novell Inc.
Ryan Sleevi <ryan.sleevi@gmail.com>
Satoshi Matsuzaki <satoshi.matsuzaki@gmail.com>
1 change: 1 addition & 0 deletions chrome/browser/browser_theme_pack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit d65a397

Please sign in to comment.