| Index: chrome/plugin/webplugin_delegate_stub.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_delegate_stub.h (revision 22038)
|
| +++ chrome/plugin/webplugin_delegate_stub.h (working copy)
|
| @@ -52,8 +52,7 @@
|
| void OnInit(const PluginMsg_Init_Params& params, bool* result);
|
|
|
| void OnWillSendRequest(int id, const GURL& url);
|
| - void OnDidReceiveResponse(const PluginMsg_DidReceiveResponseParams& params,
|
| - bool* cancel);
|
| + void OnDidReceiveResponse(const PluginMsg_DidReceiveResponseParams& params);
|
| void OnDidReceiveData(int id, const std::vector<char>& buffer,
|
| int data_offset);
|
| void OnDidFinishLoading(int id);
|
|
|