| Index: content/renderer/npapi/webplugin_delegate_proxy.h
|
| diff --git a/content/renderer/npapi/webplugin_delegate_proxy.h b/content/renderer/npapi/webplugin_delegate_proxy.h
|
| index 62fa840618d9eda588da43929db75f2a7d22e6c2..cb64a36072890be2c139193b370a2b044244b94d 100644
|
| --- a/content/renderer/npapi/webplugin_delegate_proxy.h
|
| +++ b/content/renderer/npapi/webplugin_delegate_proxy.h
|
| @@ -151,7 +151,6 @@ class WebPluginDelegateProxy
|
| void OnDidStopLoading();
|
| void OnDeferResourceLoading(unsigned long resource_id, bool defer);
|
| void OnURLRedirectResponse(bool allow, int resource_id);
|
| - void OnCheckIfRunInsecureContent(const GURL& url, bool* result);
|
| #if defined(OS_MACOSX)
|
| void OnFocusChanged(bool focused);
|
| void OnStartIme();
|
|
|