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

Unified Diff: base/android/build_info.h

Issue 1141793003: Update from https://crrev.com/329939 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « base/BUILD.gn ('k') | base/android/build_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « base/BUILD.gn ('k') | base/android/build_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698