summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/webplugin_delegate_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/webplugin_delegate_stub.h')
-rw-r--r--chrome/plugin/webplugin_delegate_stub.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h
index 391334a..f113cb8 100644
--- a/chrome/plugin/webplugin_delegate_stub.h
+++ b/chrome/plugin/webplugin_delegate_stub.h
@@ -49,7 +49,8 @@ class WebPluginDelegateStub : public IPC::Channel::Listener,
void OnWillSendRequest(int id, const GURL& url);
void OnDidReceiveResponse(const PluginMsg_DidReceiveResponseParams& params,
bool* cancel);
- void OnDidReceiveData(int id, const std::vector<char>& buffer);
+ void OnDidReceiveData(int id, const std::vector<char>& buffer,
+ int data_offset);
void OnDidFinishLoading(int id);
void OnDidFail(int id);