| Index: ui/base/resource/resource_bundle_android.cc
|
| ===================================================================
|
| --- ui/base/resource/resource_bundle_android.cc (revision 134688)
|
| +++ ui/base/resource/resource_bundle_android.cc (working copy)
|
| @@ -27,11 +27,14 @@
|
| namespace ui {
|
|
|
| void ResourceBundle::LoadCommonResources() {
|
| - AddDataPack(GetResourcesPakFilePath("chrome.pak"),
|
| + AddDataPack("chrome",
|
| + GetResourcesPakFilePath("chrome.pak"),
|
| ResourceHandle::kScaleFactor100x);
|
| - AddDataPack(GetResourcesPakFilePath("theme_resources_standard.pak"),
|
| + AddDataPack("theme_resources_standard",
|
| + GetResourcesPakFilePath("theme_resources_standard.pak"),
|
| ResourceHandle::kScaleFactor100x);
|
| - AddDataPack(GetResourcesPakFilePath("ui_resources_standard.pak"),
|
| + AddDataPack("ui_resources_standard",
|
| + GetResourcesPakFilePath("ui_resources_standard.pak"),
|
| ResourceHandle::kScaleFactor100x);
|
| }
|
|
|
|
|