| Index: ui/base/resource/resource_bundle_android.h
|
| diff --git a/ui/base/resource/resource_bundle_android.h b/ui/base/resource/resource_bundle_android.h
|
| index e975a39f4ed0f3f11bed82abc65e910e6cb7d02a..be7da363ab09d2e064e7bbce2abe6dfc8cd7b840 100644
|
| --- a/ui/base/resource/resource_bundle_android.h
|
| +++ b/ui/base/resource/resource_bundle_android.h
|
| @@ -14,8 +14,8 @@
|
| namespace ui {
|
|
|
| // Loads "resources.apk" from the .apk. Falls back to loading from disk, which
|
| -// is necessary for tests.
|
| -UI_BASE_EXPORT void LoadMainAndroidPackFile(
|
| +// is necessary for tests. Returns true if it succeeds, false otherwise.
|
| +UI_BASE_EXPORT bool LoadMainAndroidPackFile(
|
| const char* path_within_apk,
|
| const base::FilePath& disk_file_path);
|
|
|
|
|