Chromium Code Reviews| Index: base/android/build_info.h |
| diff --git a/base/android/build_info.h b/base/android/build_info.h |
| index 1ee09b950e67f71ddb93b9d7f7bddf2798a93c7d..c0ce63cfc9e43f3f30e16caad6a5388e69ebe895 100644 |
| --- a/base/android/build_info.h |
| +++ b/base/android/build_info.h |
| @@ -69,6 +69,9 @@ class BuildInfo { |
| void set_java_exception_info(const std::string& info); |
| + |
|
Mark Mentovai
2012/07/09 20:35:24
Extra blank line?
nilesh
2012/07/09 20:46:36
Removed
|
| + static bool RegisterBindings(JNIEnv* env); |
| + |
| private: |
| friend struct BuildInfoSingletonTraits; |
| @@ -91,8 +94,6 @@ class BuildInfo { |
| DISALLOW_COPY_AND_ASSIGN(BuildInfo); |
| }; |
| -bool RegisterBuildInfo(JNIEnv* env); |
| - |
| } // namespace android |
| } // namespace base |