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

Unified Diff: base/android/library_loader/library_load_from_apk_status_codes.h

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/library_loader/library_load_from_apk_status_codes.h
diff --git a/base/android/library_loader/library_load_from_apk_status_codes.h b/base/android/library_loader/library_load_from_apk_status_codes.h
index 73ddbd5bebe60f963a8e55f979f6ee9d87002cba..21f40bca282f1a2dd0e39e2f6f180dcb617220db 100644
--- a/base/android/library_loader/library_load_from_apk_status_codes.h
+++ b/base/android/library_loader/library_load_from_apk_status_codes.h
@@ -21,11 +21,14 @@ enum LibraryLoadFromApkStatusCodes {
// The device supports loading a library directly from the APK file.
LIBRARY_LOAD_FROM_APK_STATUS_CODES_SUPPORTED = 2,
- // A library was successfully loaded directly from the APK file.
+ // The Chromium library was successfully loaded directly from the APK file.
LIBRARY_LOAD_FROM_APK_STATUS_CODES_SUCCESSFUL = 3,
+ // The Chromium library was not page aligned in the APK file.
+ LIBRARY_LOAD_FROM_APK_STATUS_CODES_NOT_ALIGNED = 4,
+
// End sentinel.
- LIBRARY_LOAD_FROM_APK_STATUS_CODES_MAX = 4,
+ LIBRARY_LOAD_FROM_APK_STATUS_CODES_MAX = 5,
};
} // namespace
« no previous file with comments | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | base/android/linker/linker_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698