| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index f38a404c6d9b0854226335130734ace636c01e23..1827772b3f45826f8a5c6db4921ff3270ba4f4d2 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -99,7 +99,7 @@ class PpapiPluginProcessHost : public content::BrowserChildProcessHostDelegate,
|
|
|
| // Constructors for plugin and broker process hosts, respectively.
|
| // You must call Init before doing anything else.
|
| - PpapiPluginProcessHost(const std::string& plugin_name,
|
| + PpapiPluginProcessHost(const content::PepperPluginInfo& info,
|
| const FilePath& profile_data_directory,
|
| net::HostResolver* host_resolver);
|
| PpapiPluginProcessHost();
|
|
|