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

Unified Diff: chrome/browser/browser_theme_provider.cc

Issue 1519013: Merge 43248 - BrowserThemePack: Adds persistant ids for the reload endcaps.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/366/src/
Patch Set: Created 10 years, 9 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
Index: chrome/browser/browser_theme_provider.cc
===================================================================
--- chrome/browser/browser_theme_provider.cc (revision 43260)
+++ chrome/browser/browser_theme_provider.cc (working copy)
@@ -155,7 +155,9 @@
// The image resources that will be tinted by the 'button' tint value.
// If you change this list, you must increment the version number in
-// browser_theme_pack.cc.
+// browser_theme_pack.cc and you should assign persistant ids to the
+// data table at the start of said file or otherwise tinted versions of
+// these resources will not be created.
const int kToolbarButtonIDs[] = {
IDR_BACK, IDR_BACK_D, IDR_BACK_H, IDR_BACK_P,
IDR_FORWARD, IDR_FORWARD_D, IDR_FORWARD_H, IDR_FORWARD_P,

Powered by Google App Engine
This is Rietveld 408576698