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

Unified Diff: base/android/apk_assets.h

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Synced + addressed comment from @rockot Created 3 years, 10 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: base/android/apk_assets.h
diff --git a/base/android/apk_assets.h b/base/android/apk_assets.h
index 60d436bbb70e18f8c14596829f927b3bf695f269..03060a1b85614069574c0c3ca738de071270b852 100644
--- a/base/android/apk_assets.h
+++ b/base/android/apk_assets.h
@@ -32,6 +32,12 @@ BASE_EXPORT bool RegisterApkAssetWithGlobalDescriptors(
base::GlobalDescriptors::Key key,
const std::string& file_path);
+// Similar to RegisterApkAssetWithGlobalDescriptors, but registers in the
+// FileDescriptorStore.
+BASE_EXPORT bool RegisterApkAssetWithFileDescriptorStore(
+ const std::string& key,
+ const std::string& file_path);
dcheng 2017/02/10 08:44:15 This should be a FilePath (unless it's not really
Jay Civelli 2017/02/13 18:48:25 Done.
+
} // namespace android
} // namespace base
« no previous file with comments | « base/BUILD.gn ('k') | base/android/apk_assets.cc » ('j') | base/file_descriptor_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698