| Index: chrome/browser/plugin_service.h
|
| diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
|
| index 63513bd3bba66f13a642ff481adeebf91e5e09d2..afce41de4fda246319df9e4a5728d3c40f030820 100644
|
| --- a/chrome/browser/plugin_service.h
|
| +++ b/chrome/browser/plugin_service.h
|
| @@ -80,7 +80,7 @@ class PluginService
|
| void OpenChannelToPlugin(ResourceMessageFilter* renderer_msg_filter,
|
| const GURL& url,
|
| const std::string& mime_type,
|
| - const std::wstring& locale,
|
| + const std::string& locale,
|
| IPC::Message* reply_msg);
|
|
|
| // Returns true if the given plugin is allowed to be used by a page with
|
|
|