| Index: content/browser/plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/plugin_process_host.h (revision 117096)
|
| +++ content/browser/plugin_process_host.h (working copy)
|
| @@ -67,7 +67,7 @@
|
|
|
| // Initialize the new plugin process, returning true on success. This must
|
| // be called before the object can be used.
|
| - bool Init(const webkit::WebPluginInfo& info, const std::string& locale);
|
| + bool Init(const webkit::WebPluginInfo& info);
|
|
|
| // Force the plugin process to shutdown (cleanly).
|
| void ForceShutdown();
|
|
|