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

Unified Diff: content/renderer/npapi/webplugin_impl.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
Index: content/renderer/npapi/webplugin_impl.h
diff --git a/content/renderer/npapi/webplugin_impl.h b/content/renderer/npapi/webplugin_impl.h
index 75bc0ff4975feebb6371577db0482f764351b015..55ac3a9783f89fd888430d02935d7fea9c71be29 100644
--- a/content/renderer/npapi/webplugin_impl.h
+++ b/content/renderer/npapi/webplugin_impl.h
@@ -89,11 +89,6 @@ class WebPluginImpl : public WebPlugin,
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;
// WebPlugin implementation:
@@ -116,7 +111,6 @@ class WebPluginImpl : public WebPlugin,
const char* target,
const char* buf,
unsigned int len,
- int notify_id,
bool popups_allowed,
bool notify_redirects) override;
void CancelDocumentLoad() override;
@@ -174,7 +168,6 @@ class WebPluginImpl : public WebPlugin,
const char* target,
const char* buf,
unsigned int len,
- int notify_id,
ReferrerValue referrer_flag);
// Returns the next avaiable resource id. Returns 0 if the operation fails.
@@ -243,7 +236,6 @@ class WebPluginImpl : public WebPlugin,
const char* target,
const char* buf,
unsigned int len,
- int notify_id,
bool popups_allowed,
ReferrerValue referrer_flag,
bool notify_redirects,

Powered by Google App Engine
This is Rietveld 408576698