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