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

Unified Diff: content/public/common/result_codes_list.h

Issue 152663002: Remove shim classes etc. that were needed to move Android Loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveLibraryLoader
Patch Set: Rebase to landed versions of predecessor CLs. Created 6 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/common/TraceEvent.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/result_codes_list.h
diff --git a/content/public/common/result_codes_list.h b/content/public/common/result_codes_list.h
index 5a79f754dba9698011cca6e0d340ac2728749c1e..589fb458ebadcf1ac82d91e281b8f0b9879e5c2d 100644
--- a/content/public/common/result_codes_list.h
+++ b/content/public/common/result_codes_list.h
@@ -28,17 +28,3 @@ RESULT_CODE(HUNG, 2)
// A bad message caused the process termination.
RESULT_CODE(KILLED_BAD_MESSAGE, 3)
-
-#if defined(OS_ANDROID)
-// Failed to register JNI methods.
-RESULT_CODE(FAILED_TO_REGISTER_JNI, 4)
-
-// Failed to find and load the native library.
-RESULT_CODE(NATIVE_LIBRARY_LOAD_FAILED, 5)
-
-// Wrong version of library loaded
-RESULT_CODE(NATIVE_LIBRARY_WRONG_VERSION, 6)
-
-// Native library startup failed
-RESULT_CODE(NATIVE_STARTUP_FAILED, 7)
-#endif
« no previous file with comments | « content/public/android/java/src/org/chromium/content/common/TraceEvent.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698