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

Unified Diff: content/common/resource_request_completion_status.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/common/resource_messages.h ('k') | content/common/ssl_status_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request_completion_status.h
diff --git a/content/common/resource_request_completion_status.h b/content/common/resource_request_completion_status.h
index 766c0ea2c7d3a098351198e562bc2d5e19063c8f..3ef01cee1f3c90ed2f6991e2436830f45714c06a 100644
--- a/content/common/resource_request_completion_status.h
+++ b/content/common/resource_request_completion_status.h
@@ -28,9 +28,6 @@ struct CONTENT_EXPORT ResourceRequestCompletionStatus {
// A copy of the data requested exists in the cache.
bool exists_in_cache = false;
- // Serialized security info; see content/common/ssl_status_serialization.h.
- std::string security_info;
-
// Time the request completed.
base::TimeTicks completion_time;
« no previous file with comments | « content/common/resource_messages.h ('k') | content/common/ssl_status_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698