Chromium Code Reviews| Index: base/android/locale_utils.cc |
| diff --git a/base/android/locale_utils.cc b/base/android/locale_utils.cc |
| index af46f892510aeb512a84b4ca3f7689d451562e09..30879bbbb5727df231c86ae7b7fcee26a143694d 100644 |
| --- a/base/android/locale_utils.cc |
| +++ b/base/android/locale_utils.cc |
| @@ -23,9 +23,5 @@ std::string GetDefaultLocale() { |
| return ConvertJavaStringToUTF8(locale); |
| } |
| -bool RegisterLocaleUtils(JNIEnv* env) { |
| - return RegisterNativesImpl(env); |
| -} |
| - |
| } // namespace android |
| } // namespace base |