Index: chrome/browser/chrome_browser_main_mac.mm |
diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm |
index c0ac4ac41fc10bc340ae7f7832c56d8ed038bf0c..e7f641c4e4ff5441ccea0e33db969cc84ebe90c6 100644 |
--- a/chrome/browser/chrome_browser_main_mac.mm |
+++ b/chrome/browser/chrome_browser_main_mac.mm |
@@ -92,7 +92,7 @@ void ChromeBrowserMainPartsMac::PreMainMessageLoopStart() { |
FilePath resources_pack_path; |
PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); |
- ResourceBundle::GetSharedInstance().AddDataPack(resources_pack_path); |
+ ResourceBundle::GetSharedInstance().AddDataPack(resources_pack_path, 1.0); |
} |
// This is a no-op if the KeystoneRegistration framework is not present. |