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

Unified Diff: content/browser/loader/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/resource_handler.h
diff --git a/content/browser/loader/resource_handler.h b/content/browser/loader/resource_handler.h
index ee9b3b6fca8a671491924f86d84144dc83b28354..02ef6b87f1244c7ec59f012aefe9a1342ac8f588 100644
--- a/content/browser/loader/resource_handler.h
+++ b/content/browser/loader/resource_handler.h
@@ -92,7 +92,6 @@ class CONTENT_EXPORT ResourceHandler
// |*defer| to true to defer destruction to a later time. Otherwise, the
// request will be destroyed upon return.
virtual void OnResponseCompleted(const net::URLRequestStatus& status,
- const std::string& security_info,
bool* defer) = 0;
// This notification is synthesized by the RedirectToFileResourceHandler
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698