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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index d5715a0e5e344540e3db4614843293ce889648fd..c3b91a9a11c920d5489a9fb8b44fe706c08cc9ab 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -244,8 +244,8 @@ public:
void didRunInsecureContent(SecurityOrigin*, const KURL&) override {}
void didDetectXSS(const KURL&, bool) override {}
void didDispatchPingLoader(const KURL&) override {}
- void didDisplayContentWithCertificateErrors(const KURL&, const CString&) override {}
- void didRunContentWithCertificateErrors(const KURL&, const CString&) override {}
+ void didDisplayContentWithCertificateErrors(const KURL&) override {}
+ void didRunContentWithCertificateErrors(const KURL&) override {}
void selectorMatchChanged(const Vector<String>&, const Vector<String>&) override {}
LocalFrame* createFrame(const FrameLoadRequest&, const AtomicString&, HTMLFrameOwnerElement*) override;
Widget* createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) override;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698