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

Unified Diff: content/browser/service_worker/service_worker_url_request_job.h

Issue 1160883004: Keep workerStart timing info over request job restarts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/browser/service_worker/service_worker_controllee_request_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_url_request_job.h
diff --git a/content/browser/service_worker/service_worker_url_request_job.h b/content/browser/service_worker/service_worker_url_request_job.h
index b8dc6d8d7e351b4f3e8ade1e8f4a8f10a5ec9646..96e500728e4d55971d6d810827ca0fd6349ce320 100644
--- a/content/browser/service_worker/service_worker_url_request_job.h
+++ b/content/browser/service_worker/service_worker_url_request_job.h
@@ -116,6 +116,10 @@ class CONTENT_EXPORT ServiceWorkerURLRequestJob
blink::WebServiceWorkerResponseType* response_type_via_service_worker,
base::TimeTicks* worker_start_time) const;
+ const base::TimeTicks& worker_start_time() const {
+ return worker_start_time_;
+ }
+
protected:
~ServiceWorkerURLRequestJob() override;
« no previous file with comments | « content/browser/service_worker/service_worker_controllee_request_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698