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

Unified Diff: content/common/service_worker/service_worker_types.cc

Issue 1746483002: Revert of Pipe response_time from FetchManager to CacheStorage and ServiceWorkerURLRequestJob. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/common/service_worker/service_worker_types.cc
diff --git a/content/common/service_worker/service_worker_types.cc b/content/common/service_worker/service_worker_types.cc
index 93af1749ccd7074afe0e332f9495fadbdeb8e1de..56437d022de54b9d57ce6a5baab439735a415114 100644
--- a/content/common/service_worker/service_worker_types.cc
+++ b/content/common/service_worker/service_worker_types.cc
@@ -71,8 +71,7 @@
const std::string& blob_uuid,
uint64_t blob_size,
const GURL& stream_url,
- blink::WebServiceWorkerResponseError error,
- base::Time response_time)
+ blink::WebServiceWorkerResponseError error)
: url(url),
status_code(status_code),
status_text(status_text),
@@ -81,8 +80,7 @@
blob_uuid(blob_uuid),
blob_size(blob_size),
stream_url(stream_url),
- error(error),
- response_time(response_time) {}
+ error(error) {}
ServiceWorkerResponse::ServiceWorkerResponse(
const ServiceWorkerResponse& other) = default;
« no previous file with comments | « content/common/service_worker/service_worker_types.h ('k') | content/renderer/cache_storage/cache_storage_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698