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

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.cc

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 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 | « content/renderer/pepper/pepper_webplugin_impl.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_webplugin_impl.cc
diff --git a/content/renderer/pepper/pepper_webplugin_impl.cc b/content/renderer/pepper/pepper_webplugin_impl.cc
index e4bf44d685fc6ed9eb1d3197690258a8beccb8b5..0f53f2a80526157901722a77b803c24529e61961 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.cc
+++ b/content/renderer/pepper/pepper_webplugin_impl.cc
@@ -254,14 +254,6 @@ void PepperWebPluginImpl::didFailLoading(const blink::WebURLError& error) {
document_loader->didFail(NULL, error);
}
-void PepperWebPluginImpl::didFinishLoadingFrameRequest(const blink::WebURL& url,
- void* notify_data) {}
-
-void PepperWebPluginImpl::didFailLoadingFrameRequest(
- const blink::WebURL& url,
- void* notify_data,
- const blink::WebURLError& error) {}
-
bool PepperWebPluginImpl::hasSelection() const {
return !selectionAsText().isEmpty();
}
« no previous file with comments | « content/renderer/pepper/pepper_webplugin_impl.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698