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

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

Issue 2684933011: M57: Add UseCounter for ServiceWorkerNavigationPreload. (Closed)
Patch Set: Created 3 years, 10 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/public/common/resource_response_info.cc
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
index 51d0644fb22e7133fd5110cc8651e630db7d93f7..0546a80ecdc428425fef1cbcf7d824b1db89da42 100644
--- a/content/public/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -29,7 +29,8 @@ ResourceResponseInfo::ResourceResponseInfo()
effective_connection_type(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN),
cert_status(0),
ssl_connection_status(0),
- ssl_key_exchange_group(0) {}
+ ssl_key_exchange_group(0),
+ did_service_worker_navigation_preload(false) {}
ResourceResponseInfo::ResourceResponseInfo(const ResourceResponseInfo& other) =
default;

Powered by Google App Engine
This is Rietveld 408576698