Chromium Code Reviews| Index: chrome/plugin/plugin_thread.h |
| =================================================================== |
| --- chrome/plugin/plugin_thread.h (revision 11493) |
| +++ chrome/plugin/plugin_thread.h (working copy) |
| @@ -35,7 +35,7 @@ |
| virtual void Init(); |
| virtual void CleanUp(); |
| - void OnCreateChannel(int process_id, HANDLE renderer); |
| + void OnCreateChannel(); |
| void OnShutdownResponse(bool ok_to_shutdown); |
| void OnPluginMessage(const std::vector<uint8> &data); |
| void OnBrowserShutdown(); |