Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: chrome/browser/browser_theme_provider.cc

Issue 194066: Fix problem of white box appearing in themes without an NTP background image.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/dom_ui/dom_ui_theme_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_theme_provider.cc
===================================================================
--- chrome/browser/browser_theme_provider.cc (revision 25836)
+++ chrome/browser/browser_theme_provider.cc (working copy)
@@ -256,6 +256,13 @@
resource_names_[IDR_THEME_TAB_BACKGROUND] = "theme_tab_background";
resource_names_[IDR_THEME_TAB_BACKGROUND_INCOGNITO] =
"theme_tab_background_incognito";
+ resource_names_[IDR_THEME_TOOLBAR] = "theme_toolbar";
Glen Murphy 2009/09/10 04:45:36 Are these meant to be part of this CL?
Miranda Callahan 2009/09/10 15:28:43 Yes and no; when I moved the code in DOMUIThemeSou
+ resource_names_[IDR_THEME_TAB_BACKGROUND_V] = "theme_tab_background_v";
+ resource_names_[IDR_THEME_NTP_BACKGROUND] = "theme_ntp_background";
+ resource_names_[IDR_THEME_BUTTON_BACKGROUND] = "theme_button_background";
+ resource_names_[IDR_THEME_NTP_ATTRIBUTION] = "theme_ntp_attribution";
+ resource_names_[IDR_THEME_WINDOW_CONTROL_BACKGROUND] =
+ "theme_window_control_background";
}
}
« no previous file with comments | « no previous file | chrome/browser/dom_ui/dom_ui_theme_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698