| Index: content/browser/plugin_service_impl.h
|
| ===================================================================
|
| --- content/browser/plugin_service_impl.h (revision 116798)
|
| +++ content/browser/plugin_service_impl.h (working copy)
|
| @@ -106,9 +106,6 @@
|
| virtual void SetPluginListForTesting(
|
| webkit::npapi::PluginList* plugin_list) OVERRIDE;
|
|
|
| - // Gets the browser's UI locale.
|
| - const std::string& GetUILocale();
|
| -
|
| // Like FindNpapiPluginProcess but for Pepper.
|
| PpapiPluginProcessHost* FindPpapiPluginProcess(const FilePath& plugin_path);
|
| PpapiPluginProcessHost* FindPpapiBrokerProcess(const FilePath& broker_path);
|
| @@ -200,9 +197,6 @@
|
| // The plugin list instance.
|
| webkit::npapi::PluginList* plugin_list_;
|
|
|
| - // The browser's UI locale.
|
| - const std::string ui_locale_;
|
| -
|
| content::NotificationRegistrar registrar_;
|
|
|
| #if defined(OS_WIN)
|
|
|