Index: trunk/src/ui/base/resource/resource_bundle_mac.mm |
=================================================================== |
--- trunk/src/ui/base/resource/resource_bundle_mac.mm (revision 216822) |
+++ trunk/src/ui/base/resource/resource_bundle_mac.mm (working copy) |
@@ -49,6 +49,8 @@ |
} // namespace |
void ResourceBundle::LoadCommonResources() { |
+ AddDataPackFromPath(GetResourcesPakFilePath(@"chrome", nil), |
+ SCALE_FACTOR_NONE); |
AddDataPackFromPath(GetResourcesPakFilePath(@"chrome_100_percent", |
nil), SCALE_FACTOR_100P); |
AddDataPackFromPath(GetResourcesPakFilePath(@"webkit_resources_100_percent", |