| 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 8727ce85e04e103ebfb0d7181a0441dc1d770c2b..2bcef3fff3d46f7ab1ab98d04eb0fa63c78cbe6a 100644
|
| --- a/chrome/browser/themes/browser_theme_pack.cc
|
| +++ b/chrome/browser/themes/browser_theme_pack.cc
|
| @@ -29,7 +29,7 @@ namespace {
|
|
|
| // Version number of the current theme pack. We just throw out and rebuild
|
| // theme packs that aren't int-equal to this.
|
| -const int kThemePackVersion = 17;
|
| +const int kThemePackVersion = 18;
|
|
|
| // 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
|
| @@ -449,7 +449,7 @@ bool BrowserThemePack::WriteToDisk(FilePath path) const {
|
| RepackImages(prepared_images_, &reencoded_images);
|
| AddRawImagesTo(reencoded_images, &resources);
|
|
|
| - return ui::DataPack::WritePack(path, resources);
|
| + return ui::DataPack::WritePack(path, resources, ui::DataPack::BINARY);
|
| }
|
|
|
| bool BrowserThemePack::GetTint(int id, color_utils::HSL* hsl) const {
|
|
|