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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2315443003: Stop sending serialized SSLStatus to the renderer. (Closed)
Patch Set: self review fix and merge fix Created 4 years, 3 months 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: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 582f9d52945a114d2730b73f3d06d777e1003e08..9d0b8e9aafc3e001269dbbad889ea5e6b8394cc5 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -114,8 +114,8 @@ public:
void didRunInsecureContent(SecurityOrigin*, const KURL& insecureURL) override;
void didDetectXSS(const KURL&, bool didBlockEntirePage) override;
void didDispatchPingLoader(const KURL&) override;
- void didDisplayContentWithCertificateErrors(const KURL&, const CString& securityInfo) override;
- void didRunContentWithCertificateErrors(const KURL&, const CString& securityInfo) override;
+ void didDisplayContentWithCertificateErrors(const KURL&) override;
+ void didRunContentWithCertificateErrors(const KURL&) override;
void didChangePerformanceTiming() override;
void didObserveLoadingBehavior(WebLoadingBehaviorFlag) override;
void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) override;

Powered by Google App Engine
This is Rietveld 408576698