| Index: chrome/default_plugin/plugin_installer_base.h
|
| diff --git a/chrome/default_plugin/plugin_installer_base.h b/chrome/default_plugin/plugin_installer_base.h
|
| index 928ad106b8e6957e3c69820ae2b52933266ea1a9..1f20a689b88eea22af84246dca2e43445e998073 100644
|
| --- a/chrome/default_plugin/plugin_installer_base.h
|
| +++ b/chrome/default_plugin/plugin_installer_base.h
|
| @@ -14,8 +14,9 @@ class PluginInstallerBase {
|
| PluginInstallerBase();
|
| virtual ~PluginInstallerBase();
|
|
|
| - bool Initialize(void* module_handle, NPP instance, NPMIMEType mime_type,
|
| - int16 argc, char* argn[], char* argv[]);
|
| + // Parses the arguments passed in to the plug-in for the IDs of the renderer
|
| + // process and RenderView.
|
| + void SetRoutingIds(int16 argc, char* argn[], char* argv[]);
|
|
|
| int renderer_process_id() const {
|
| return renderer_process_id_;
|
|
|