Skip to content

Commit

Permalink
Bump theme pack version number
Browse files Browse the repository at this point in the history
follow up to 80fa79c

BUG=473342
R=erg@chromium.org

Review URL: https://codereview.chromium.org/1128873007

Cr-Commit-Position: refs/heads/master@{#328743}
  • Loading branch information
estade authored and Commit bot committed May 7, 2015
1 parent a2a4741 commit e5619db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/themes/browser_theme_pack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.
const int kThemePackVersion = 35;
const int kThemePackVersion = 36;

// IDs that are in the DataPack won't clash with the positive integer
// uint16. kHeaderID should always have the maximum value because we want the
Expand Down

0 comments on commit e5619db

Please sign in to comment.