| 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 0c6fe0b3dc9386f79c98cb7a65b3fabd1e5f25be..ea88c002a8a4c7085ec3f262d31a634a0c970ed4 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();
|
|
|