| 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,
|
|
|