diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:55:30 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 23:55:30 +0000 |
commit | bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0 (patch) | |
tree | 11c805a2088330160760202032d1d6159c665e6a /testing/android/native_test_launcher.cc | |
parent | 9b0c7c409dbbec7cce198f443a25cb2f368c0837 (diff) | |
download | chromium_src-bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0.zip chromium_src-bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0.tar.gz chromium_src-bfa7842bbaf0b94006bc92d90abf6bf5e4d9bef0.tar.bz2 |
Revert 135484 - Use Android API for GetDisplayNameForLocale().
failure:
http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/4835/steps/BuildTarget/logs/stdio
Using Android API, we can reduce the data size of ICU and thus reduce the
binary size of chromium-android.
BUG=none
TEST=L10nUtilTest.GetDisplayNameForLocale,L10nUtilTest.GetDisplayNameForCountry
TBR=sky
Review URL: http://codereview.chromium.org/10224004
TBR=wangxianzhu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10380018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/android/native_test_launcher.cc')
-rw-r--r-- | testing/android/native_test_launcher.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc index 5e600b8..1555fbe 100644 --- a/testing/android/native_test_launcher.cc +++ b/testing/android/native_test_launcher.cc @@ -6,7 +6,6 @@ #include "base/android/jni_android.h" #include "base/android/jni_string.h" -#include "base/android/locale_utils.h" #include "base/android/path_utils.h" #include "base/android/scoped_java_ref.h" #include "base/at_exit.h" @@ -151,7 +150,6 @@ void LibraryLoadedOnMainThread(JNIEnv* env) { false); // Tick count VLOG(0) << "Chromium logging enabled: level = " << logging::GetMinLogLevel() << ", default verbosity = " << logging::GetVlogVerbosity(); - base::android::RegisterLocaleUtils(env); base::android::RegisterPathUtils(env); } |