Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: ui/base/resource/resource_bundle_android.h

Issue 2235753002: Merge webviewchromium.pak and resources.pak in Monochrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: upstream monochrome asset build Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698