| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index 42e507db29903223c1e4846ffc8b260e2e54279f..b492489890e87c31d95b5d2f4d8548be99c28065 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -129,13 +129,6 @@ public:
|
| virtual void didDetectXSS(const KURL&, bool didBlockEntirePage) = 0;
|
| virtual void didDispatchPingLoader(const KURL&) = 0;
|
|
|
| - // The given main resource displayed content with certificate errors
|
| - // with the given URL and security info.
|
| - virtual void didDisplayContentWithCertificateErrors(const KURL&, const CString& securityInfo, const WebURL& mainResourceUrl, const CString& mainResourceSecurityInfo) = 0;
|
| - // The given main resource ran content with certificate errors with
|
| - // the given URL and security info.
|
| - virtual void didRunContentWithCertificateErrors(const KURL&, const CString& securityInfo, const WebURL& mainResourceUrl, const CString& mainResourceSecurityInfo) = 0;
|
| -
|
| // Will be called when |PerformanceTiming| events are updated
|
| virtual void didChangePerformanceTiming() { }
|
|
|
|
|