Index: third_party/WebKit/public/web/WebPerformance.h |
diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h |
index 378b1a8b7f33d81af44861e8f433eca802c5941f..6ddea6cf063d5cd8d2306e449c299d4390ab8608 100644 |
--- a/third_party/WebKit/public/web/WebPerformance.h |
+++ b/third_party/WebKit/public/web/WebPerformance.h |
@@ -67,6 +67,7 @@ public: |
// These functions return time in seconds (not milliseconds) since the epoch. |
BLINK_EXPORT double navigationStart() const; |
BLINK_EXPORT double unloadEventEnd() const; |
+ BLINK_EXPORT double workerStart() const; |
BLINK_EXPORT double redirectStart() const; |
BLINK_EXPORT double redirectEnd() const; |
BLINK_EXPORT unsigned short redirectCount() const; |