summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/common/result_codes_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/common/result_codes_list.h')
-rw-r--r--chromium/content/public/common/result_codes_list.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/content/public/common/result_codes_list.h b/chromium/content/public/common/result_codes_list.h
index 5a79f754dba..589fb458eba 100644
--- a/chromium/content/public/common/result_codes_list.h
+++ b/chromium/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