Chromium Code Reviews| 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 1c7d6491dab79b4b76c233057dcecfba89ef83e3..f1cdf8bb484bea342f41a47d07c4832eb234a641 100644 |
| --- a/chrome/browser/themes/browser_theme_pack.cc |
| +++ b/chrome/browser/themes/browser_theme_pack.cc |
| @@ -48,7 +48,7 @@ namespace { |
| // theme packs that aren't int-equal to this. Increment this number if you |
| // change default theme assets or if you need themes to recreate their generated |
| // images (which are cached). |
| -const int kThemePackVersion = 45; |
| +const int kThemePackVersion = 44; |
|
Evan Stade
2017/02/01 01:49:33
think you need to bump this to 46
Bret
2017/02/01 02:12:35
Hmm... I figured that since this is just used to d
Bret
2017/02/03 20:13:13
Someone bumped this to 46 already, so never mind.
|
| // IDs that are in the DataPack won't clash with the positive integer |
| // uint16_t. kHeaderID should always have the maximum value because we want the |