| Index: android_webview/native/aw_locale_manager_impl.h
|
| diff --git a/android_webview/native/aw_locale_manager_impl.h b/android_webview/native/aw_locale_manager_impl.h
|
| index e0c081ecb74e12c63e96fab26120f11bb605076a..c6d142ef17cffce7f8038e0423710e2f86d94514 100644
|
| --- a/android_webview/native/aw_locale_manager_impl.h
|
| +++ b/android_webview/native/aw_locale_manager_impl.h
|
| @@ -18,6 +18,8 @@ class AwLocaleManagerImpl : public AwLocaleManager {
|
|
|
| std::string GetLocale() override;
|
|
|
| + std::string GetLocaleList() override;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AwLocaleManagerImpl);
|
| };
|
|
|