| Index: base/android/build_info.cc
|
| diff --git a/base/android/build_info.cc b/base/android/build_info.cc
|
| index b916cbf5cde53801db2ce80575e02de0b929f8a0..80b9e0a54138376fb64bd3314a1d5f965e12bd00 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
|
|
|