diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 22:27:39 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 22:27:39 +0000 |
commit | 6f863cd632d64de8947b89044594d19ee3e95298 (patch) | |
tree | 080fe996c986bc5fa6d69ce065738b2fa1e599e5 /chrome/renderer/webplugin_delegate_proxy.h | |
parent | 88e7284573598db75013dbcbd9debb311b1e255c (diff) | |
download | chromium_src-6f863cd632d64de8947b89044594d19ee3e95298.zip chromium_src-6f863cd632d64de8947b89044594d19ee3e95298.tar.gz chromium_src-6f863cd632d64de8947b89044594d19ee3e95298.tar.bz2 |
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
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | chrome/renderer/webplugin_delegate_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |