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/browser/service_worker/service_worker_context_request_handler.h

Issue 515753003: Add ServiceWorker timing information on the popup panel in DevTools's Network tab (2/2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
Index: content/browser/service_worker/service_worker_context_request_handler.h
diff --git a/content/browser/service_worker/service_worker_context_request_handler.h b/content/browser/service_worker/service_worker_context_request_handler.h
index 5b60101ffcc9ac89a5a5fa70e9479f05a097ebdb..bd5ec8219cc648e9d8160ff0258b1a3c223734c7 100644
--- a/content/browser/service_worker/service_worker_context_request_handler.h
+++ b/content/browser/service_worker/service_worker_context_request_handler.h
@@ -30,7 +30,10 @@ class CONTENT_EXPORT ServiceWorkerContextRequestHandler
virtual void GetExtraResponseInfo(
bool* was_fetched_via_service_worker,
- GURL* original_url_via_service_worker) const OVERRIDE;
+ GURL* original_url_via_service_worker,
+ base::TimeTicks* fetch_start_time,
+ base::TimeTicks* fetch_ready_time,
+ base::TimeTicks* fetch_end_time) const OVERRIDE;
private:
bool ShouldAddToScriptCache(const GURL& url);
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | content/browser/service_worker/service_worker_context_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698