diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 18:26:16 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 18:26:16 +0000 |
commit | d0fef94d21559d72a47dc44a23d2adf147e79264 (patch) | |
tree | 9a03b9bece791905cb49b3d29e7854272f41cc1c /content/renderer/pepper/pepper_plugin_instance_impl.h | |
parent | 7e797793d31525002837e3a078be62a7c9e94c4e (diff) | |
download | chromium_src-d0fef94d21559d72a47dc44a23d2adf147e79264.zip chromium_src-d0fef94d21559d72a47dc44a23d2adf147e79264.tar.gz chromium_src-d0fef94d21559d72a47dc44a23d2adf147e79264.tar.bz2 |
Revert 215401 "Pepper: Make CreateWebURLRequest async."
> Pepper: Make CreateWebURLRequest async.
>
> This is part of a series of changes that will eventually make
> URLRequestInfo::AppendToBody asynchronous. This is needed as part of the
> refactor of FileRef to the browser from the renderer.
>
> BUG=225441
>
> Review URL: https://chromiumcodereview.appspot.com/21507003
TBR=teravest@chromium.org
Review URL: https://codereview.chromium.org/22242002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/pepper/pepper_plugin_instance_impl.h')
-rw-r--r-- | content/renderer/pepper/pepper_plugin_instance_impl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h index da9bf1a..3f5b886 100644 --- a/content/renderer/pepper/pepper_plugin_instance_impl.h +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h @@ -49,7 +49,6 @@ #include "third_party/WebKit/public/platform/WebCanvas.h" #include "third_party/WebKit/public/platform/WebString.h" #include "third_party/WebKit/public/platform/WebURLLoaderClient.h" -#include "third_party/WebKit/public/platform/WebURLRequest.h" #include "third_party/WebKit/public/platform/WebURLResponse.h" #include "third_party/WebKit/public/web/WebPlugin.h" #include "third_party/WebKit/public/web/WebUserGestureToken.h" @@ -648,14 +647,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl MouseLockDispatcher::LockTarget* GetOrCreateLockTargetAdapter(); void UnSetAndDeleteLockTargetAdapter(); - void DidCreateWebURLRequest( - const std::string& target, - bool from_user_action, - const base::Callback<void(int32_t)>& callback, - scoped_ptr<ppapi::URLRequestInfoData> data, - bool success, - scoped_ptr<WebKit::WebURLRequest> web_request); - PepperHelperImpl* helper_; RenderViewImpl* render_view_; scoped_refptr<PluginModule> module_; |