summaryrefslogtreecommitdiffstats
path: root/ui/base/resource/resource_bundle_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/resource/resource_bundle_gtk.cc')
-rw-r--r--ui/base/resource/resource_bundle_gtk.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/base/resource/resource_bundle_gtk.cc b/ui/base/resource/resource_bundle_gtk.cc
index 628ad48..1d5d1e3 100644
--- a/ui/base/resource/resource_bundle_gtk.cc
+++ b/ui/base/resource/resource_bundle_gtk.cc
@@ -68,10 +68,7 @@ void ResourceBundle::LoadCommonResources() {
AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"),
SCALE_FACTOR_100P);
AddDataPackFromPath(GetResourcesPakFilePath(
- "theme_resources_100_percent.pak"),
- SCALE_FACTOR_100P);
- AddDataPackFromPath(GetResourcesPakFilePath(
- "ui_resources_100_percent.pak"),
+ "chrome_100_percent.pak"),
SCALE_FACTOR_100P);
}