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

Unified Diff: base/android/build_info.h

Issue 10753007: Switch base/ registrations to a static class method where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/android/base_jni_registrar.cc ('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 1ee09b950e67f71ddb93b9d7f7bddf2798a93c7d..895bf61c544646c99fcc6aed3552046856decced 100644
--- a/base/android/build_info.h
+++ b/base/android/build_info.h
@@ -69,6 +69,8 @@ class BuildInfo {
void set_java_exception_info(const std::string& info);
+ static bool RegisterBindings(JNIEnv* env);
+
private:
friend struct BuildInfoSingletonTraits;
@@ -91,8 +93,6 @@ class BuildInfo {
DISALLOW_COPY_AND_ASSIGN(BuildInfo);
};
-bool RegisterBuildInfo(JNIEnv* env);
-
} // namespace android
} // namespace base
« no previous file with comments | « base/android/base_jni_registrar.cc ('k') | base/android/build_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698