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

Unified Diff: content/browser/loader/cross_site_resource_handler.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: content/browser/loader/cross_site_resource_handler.h
diff --git a/content/browser/loader/cross_site_resource_handler.h b/content/browser/loader/cross_site_resource_handler.h
index 61cb935a13ee7f3ccd21bff100bd32ede868dc7d..9030468841b3ec497d1f6e98a1b7827403ab191a 100644
--- a/content/browser/loader/cross_site_resource_handler.h
+++ b/content/browser/loader/cross_site_resource_handler.h
@@ -44,7 +44,6 @@ class CrossSiteResourceHandler : public LayeredResourceHandler {
bool OnResponseStarted(ResourceResponse* response, bool* defer) override;
bool OnReadCompleted(int bytes_read, bool* defer) override;
void OnResponseCompleted(const net::URLRequestStatus& status,
- const std::string& security_info,
bool* defer) override;
// We can now send the response to the new renderer, which will cause
@@ -82,7 +81,6 @@ class CrossSiteResourceHandler : public LayeredResourceHandler {
bool completed_during_transition_;
bool did_defer_;
net::URLRequestStatus completed_status_;
- std::string completed_security_info_;
scoped_refptr<ResourceResponse> response_;
// TODO(nasko): WeakPtr is needed in --site-per-process, since all navigations
« no previous file with comments | « content/browser/loader/async_resource_handler.cc ('k') | content/browser/loader/cross_site_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698