Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / public / common / result_codes_list.h
index 9f6453b..589fb45 100644 (file)
@@ -28,11 +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)
-#endif