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

Unified Diff: content/renderer/render_frame_impl.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 | « content/public/common/resource_response_info.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 26e162b5fea9d6c2f591ed3a4e7ac9541f40e464..679cf34dec2b9127e18c87f3a382be1956108571 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -571,11 +571,8 @@ class CONTENT_EXPORT RenderFrameImpl
void didRunInsecureContent(const blink::WebSecurityOrigin& origin,
const blink::WebURL& target) override;
void didDisplayContentWithCertificateErrors(
- const blink::WebURL& url,
- const blink::WebCString& security_info) override;
- void didRunContentWithCertificateErrors(
- const blink::WebURL& url,
- const blink::WebCString& security_info) override;
+ const blink::WebURL& url) override;
+ void didRunContentWithCertificateErrors(const blink::WebURL& url) override;
void didChangePerformanceTiming() override;
void didObserveLoadingBehavior(
blink::WebLoadingBehaviorFlag behavior) override;
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698