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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.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
« no previous file with comments | « third_party/WebKit/public/platform/WebURLResponse.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 83e75a348029ae1e6521edbb6c8e3c78927c86bd..e9efceb3c613b6878d81443fde2383423a8bde11 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -478,10 +478,10 @@ public:
// This frame has displayed inactive content (such as an image) from
// a connection with certificate errors.
- virtual void didDisplayContentWithCertificateErrors(const WebURL& url, const WebCString& securityInfo) {}
+ virtual void didDisplayContentWithCertificateErrors(const WebURL& url) {}
// This frame has run active content (such as a script) from a
// connection with certificate errors.
- virtual void didRunContentWithCertificateErrors(const WebURL& url, const WebCString& securityInfo) {}
+ virtual void didRunContentWithCertificateErrors(const WebURL& url) {}
// A performance timing event (e.g. first paint) occurred
virtual void didChangePerformanceTiming() { }
« no previous file with comments | « third_party/WebKit/public/platform/WebURLResponse.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698