diff options
author | pasko@chromium.org <pasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-25 13:03:24 +0000 |
---|---|---|
committer | pasko@chromium.org <pasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-25 13:03:24 +0000 |
commit | 42887efa99e289a175fb019ae96bffada8118cdd (patch) | |
tree | b4cbdf41688e776836ab6eaaf94753e9687c72d8 /content/plugin/webplugin_delegate_stub.h | |
parent | 824d389d6bd478947f86213604375b257f4b6bab (diff) | |
download | chromium_src-42887efa99e289a175fb019ae96bffada8118cdd.zip chromium_src-42887efa99e289a175fb019ae96bffada8118cdd.tar.gz chromium_src-42887efa99e289a175fb019ae96bffada8118cdd.tar.bz2 |
Revert 225099 "Cancel resources in the plugin process when a use..."
Reason: androidwebview_instrumentation_tests failing starting from this build:
http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/14741
Locally verified that at least this test starts passing after revert:
org.chromium.android_webview.test.AndroidScrollIntegrationTest#testNoSpuriousOverScrolls
Unsolved mystery remains around the passing trybot with the Rietveld issue:
http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/89522
> Cancel resources in the plugin process when a user presses the stop button or window.stop() is called.
>
> BUG=286074
> R=ananta@chromium.org
>
> Review URL: https://codereview.chromium.org/24302012
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/24570003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/webplugin_delegate_stub.h')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h index bbae899..375fee4 100644 --- a/content/plugin/webplugin_delegate_stub.h +++ b/content/plugin/webplugin_delegate_stub.h @@ -48,7 +48,6 @@ class WebPluginDelegateStub : public IPC::Listener, virtual bool Send(IPC::Message* msg) OVERRIDE; int instance_id() { return instance_id_; } - WebPluginDelegateImpl* delegate() { return delegate_; } WebPluginProxy* webplugin() { return webplugin_; } private: |