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

Unified Diff: chrome/browser/themes/browser_theme_pack.cc

Issue 1811803002: kThemePackVersion comment should mention theme cache flushing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/browser_theme_pack.cc
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc
index 931fd46bde056834b68d9bf23b6de6988ee34c06..069bf320318bc49c90eede7178e8d37dd49f6bdd 100644
--- a/chrome/browser/themes/browser_theme_pack.cc
+++ b/chrome/browser/themes/browser_theme_pack.cc
@@ -48,7 +48,7 @@ namespace {
// Version number of the current theme pack. We just throw out and rebuild
// theme packs that aren't int-equal to this. Increment this number if you
-// change default theme assets.
+// change default theme assets or otherwise need to flush the theme image cache.
Evan Stade 2016/03/17 01:06:51 actually the "cache" is a bit vague here. Can we s
shrike 2016/03/17 20:59:15 I'm OK with that, except I think it should explici
const int kThemePackVersion = 40;
// IDs that are in the DataPack won't clash with the positive integer
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698