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 9f6453b1c0e4e0c2ff9857a6ac4f82d9046a45e9..e86c858822e89062d808623c991d3cfa40601280 100644 |
--- a/content/public/common/result_codes_list.h |
+++ b/content/public/common/result_codes_list.h |
@@ -35,4 +35,7 @@ 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) |
#endif |