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

Unified Diff: public/platform/WebURLLoadTiming.h

Issue 1149273003: Add workerReady timing for ServiceWorker controlled requests [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/platform/network/ResourceLoadTiming.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLLoadTiming.h
diff --git a/public/platform/WebURLLoadTiming.h b/public/platform/WebURLLoadTiming.h
index da92eb1e872e134353c59529e8bce30fa4c6b224..8193c21b1e35c52084b822d72e93d81a9ef8149f 100644
--- a/public/platform/WebURLLoadTiming.h
+++ b/public/platform/WebURLLoadTiming.h
@@ -80,6 +80,9 @@ public:
BLINK_PLATFORM_EXPORT double workerStart() const;
BLINK_PLATFORM_EXPORT void setWorkerStart(double);
+ BLINK_PLATFORM_EXPORT double workerReady() const;
+ BLINK_PLATFORM_EXPORT void setWorkerReady(double);
+
BLINK_PLATFORM_EXPORT double sendStart() const;
BLINK_PLATFORM_EXPORT void setSendStart(double);
« no previous file with comments | « Source/platform/network/ResourceLoadTiming.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698