| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index 6d358fd21a9507a19fd78470887b0bdca70e5f95..11fb257e99b4a5c50a8db84d95c0bc9675426961 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -131,8 +131,7 @@ class CONTENT_EXPORT PluginServiceImpl
|
| PpapiPluginProcessHost* FindOrStartPpapiPluginProcess(
|
| int render_process_id,
|
| const base::FilePath& plugin_path,
|
| - const base::FilePath& profile_data_directory,
|
| - PpapiPluginProcessHost::PluginClient* client);
|
| + const base::FilePath& profile_data_directory);
|
| PpapiPluginProcessHost* FindOrStartPpapiBrokerProcess(
|
| int render_process_id, const base::FilePath& plugin_path);
|
|
|
|
|