| Index: base/android/build_info.cc
|
| diff --git a/base/android/build_info.cc b/base/android/build_info.cc
|
| index ef8f572497d63d459592b63fcb169037af7f2d4b..a315483815080f478ec7b8a445e281ef5e833488 100644
|
| --- a/base/android/build_info.cc
|
| +++ b/base/android/build_info.cc
|
| @@ -81,10 +81,5 @@ void BuildInfo::ClearJavaExceptionInfo() {
|
| java_exception_info_ = nullptr;
|
| }
|
|
|
| -// static
|
| -bool BuildInfo::RegisterBindings(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // namespace android
|
| } // namespace base
|
|
|