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

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, 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
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 2773194caf80bc914b443aab3b3c90a5d3ab8880..6d25999fce16cf8965f5f5dfd52ab3c4bddb3d3c 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.cc
+++ b/content/renderer/pepper/pepper_webplugin_impl.cc
@@ -251,14 +251,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();
}

Powered by Google App Engine
This is Rietveld 408576698