Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: components/plugins/renderer/webview_plugin.h

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/test_runner/test_plugin.h » ('j') | content/child/npapi/plugin_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index cfc991eed6d51cba7ac8d45fcefd8f466f8abbbb..cd91b617aac3d6b476b9673fe367f635ae1fb12a 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -109,13 +109,6 @@ class WebViewPlugin : public blink::WebPlugin,
void didFinishLoading() override;
void didFailLoading(const blink::WebURLError& error) override;
- // Called in response to WebPluginContainer::loadFrameRequest
- void didFinishLoadingFrameRequest(const blink::WebURL& url,
- void* notifyData) override {}
- void didFailLoadingFrameRequest(const blink::WebURL& url,
- void* notify_data,
- const blink::WebURLError& error) override {}
-
// WebViewClient methods:
bool acceptsLoadDrops() override;
« no previous file with comments | « no previous file | components/test_runner/test_plugin.h » ('j') | content/child/npapi/plugin_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698