Index: base/android/build_info.h |
diff --git a/base/android/build_info.h b/base/android/build_info.h |
index 9d73bdbc9c6601904007d4d08786d28d99756b34..d6155b9eed953ebc1af03d554c273d8cb47f8ea8 100644 |
--- a/base/android/build_info.h |
+++ b/base/android/build_info.h |
@@ -99,7 +99,9 @@ class BASE_EXPORT BuildInfo { |
return java_exception_info_; |
} |
- void set_java_exception_info(const std::string& info); |
+ void SetJavaExceptionInfo(const std::string& info); |
+ |
+ void ClearJavaExceptionInfo(); |
static bool RegisterBindings(JNIEnv* env); |