Chromium Code Reviews| Index: base/android/locale_utils.h |
| diff --git a/base/android/locale_utils.h b/base/android/locale_utils.h |
| index be68890dfea40cd5841908e0a5393adbb44402c0..1a49ce6faddb51b2e2ffa9490cf7ef84ac98ad66 100644 |
| --- a/base/android/locale_utils.h |
| +++ b/base/android/locale_utils.h |
| @@ -18,6 +18,7 @@ BASE_EXPORT std::string GetDefaultCountryCode(); |
| // Return the current default locale of the device as string. |
| BASE_EXPORT std::string GetDefaultLocaleString(); |
| +BASE_EXPORT std::string GetDefaultLocaleListString(); |
|
Seigo Nonaka
2016/11/15 05:15:59
Who uses this function?
If nobody uses now, let's
Yirui Huang
2016/11/16 00:23:45
Removed. This will be used once webview is fully r
|
| } // namespace android |
| } // namespace base |