From 6f863cd632d64de8947b89044594d19ee3e95298 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Fri, 5 Dec 2008 22:27:39 +0000 Subject: Fixing build bustage. Adding files which were part of the original change branch r6396, which was reverted partially. TBR=jam Review URL: http://codereview.chromium.org/13215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6460 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/webplugin_delegate_proxy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/renderer/webplugin_delegate_proxy.h') diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h index b51d07c..392682c 100644 --- a/chrome/renderer/webplugin_delegate_proxy.h +++ b/chrome/renderer/webplugin_delegate_proxy.h @@ -124,6 +124,7 @@ class WebPluginDelegateProxy : public WebPluginDelegate, std::string* json_retval); void OnMissingPluginStatus(int status); void OnGetCPBrowsingContext(uint32* context); + void OnCancelDocumentLoad(); void OnInitiateHTTPRangeRequest(const std::string& url, const std::string& range_info, HANDLE existing_stream, bool notify_needed, -- cgit v1.1