summaryrefslogtreecommitdiffstats
path: root/components/test_runner/test_plugin.h
diff options
context:
space:
mode:
authorjaphet <japhet@chromium.org>2015-12-03 20:01:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-04 04:02:25 +0000
commit15bd8a880b4999e376a2cecf53fcea2e7e1838d7 (patch)
tree3510ed661142a118f148eb52316930d748ac52a0 /components/test_runner/test_plugin.h
parentf8e3e14fe97bef28bf641f2b2b53352480bc28eb (diff)
downloadchromium_src-15bd8a880b4999e376a2cecf53fcea2e7e1838d7.zip
chromium_src-15bd8a880b4999e376a2cecf53fcea2e7e1838d7.tar.gz
chromium_src-15bd8a880b4999e376a2cecf53fcea2e7e1838d7.tar.bz2
Remove PluginLoadObserver and related logic, it was only used for NPAPI.
This really, truly kills NPN_GetURL, NPN_GetURLNotify, NPN_PostURL, NPN_PostURLNotify, and NPN_URLRedirectResponse. BUG=493212 Review URL: https://codereview.chromium.org/1426923007 Cr-Commit-Position: refs/heads/master@{#363119}
Diffstat (limited to 'components/test_runner/test_plugin.h')
-rw-r--r--components/test_runner/test_plugin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
index 129dc2a..6c52dfe 100644
--- a/components/test_runner/test_plugin.h
+++ b/components/test_runner/test_plugin.h
@@ -85,11 +85,6 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
void didReceiveData(const char* data, int data_length) override {}
void didFinishLoading() override {}
void didFailLoading(const blink::WebURLError& error) override {}
- void didFinishLoadingFrameRequest(const blink::WebURL& url,
- void* notify_data) override {}
- void didFailLoadingFrameRequest(const blink::WebURL& url,
- void* notify_data,
- const blink::WebURLError& error) override {}
bool isPlaceholder() override;
// cc::TextureLayerClient methods: