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

Unified Diff: content/public/common/resource_response_info.h

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Patch Set: Initialise encoded_body_length for sync XHR to data: URLs Created 4 years, 5 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/child/request_peer.h ('k') | content/renderer/fetchers/web_url_loader_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response_info.h
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
index 3c7a9c5ffef4896dff15714aad76fc8559e51c8f..6c100e6fa35f5f25ac93d55d57b9fdcb354670a4 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -27,10 +27,10 @@ namespace content {
// Note: when modifying this structure, also update ResourceResponse::DeepCopy
// in resource_response.cc.
-struct ResourceResponseInfo {
- CONTENT_EXPORT ResourceResponseInfo();
- CONTENT_EXPORT ResourceResponseInfo(const ResourceResponseInfo& other);
- CONTENT_EXPORT ~ResourceResponseInfo();
+struct CONTENT_EXPORT ResourceResponseInfo {
+ ResourceResponseInfo();
+ ResourceResponseInfo(const ResourceResponseInfo& other);
+ ~ResourceResponseInfo();
// The time at which the request was made that resulted in this response.
// For cached responses, this time could be "far" in the past.
« no previous file with comments | « content/public/child/request_peer.h ('k') | content/renderer/fetchers/web_url_loader_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698