| Index: ui/base/resource/resource_bundle_gtk.cc
|
| diff --git a/ui/base/resource/resource_bundle_gtk.cc b/ui/base/resource/resource_bundle_gtk.cc
|
| index 4d16b618e34eec3dcf9128f9eeaa1d1f701ed42f..679b85c9e1b11b8d0e617874452a4e67becd96f4 100644
|
| --- a/ui/base/resource/resource_bundle_gtk.cc
|
| +++ b/ui/base/resource/resource_bundle_gtk.cc
|
| @@ -65,8 +65,6 @@ base::FilePath GetResourcesPakFilePath(const std::string& pak_name) {
|
| } // namespace
|
|
|
| void ResourceBundle::LoadCommonResources() {
|
| - AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"),
|
| - SCALE_FACTOR_NONE);
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_100_percent.pak"),
|
| SCALE_FACTOR_100P);
|
|
|