Chromium Code Reviews| Index: third_party/WebKit/Source/core/timing/PerformanceTiming.h |
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceTiming.h b/third_party/WebKit/Source/core/timing/PerformanceTiming.h |
| index 2ebabc96d7bf309234513cf561993ad3ac15b515..aa0770e0c189d94c256b9fc6d82e2128dc42741f 100644 |
| --- a/third_party/WebKit/Source/core/timing/PerformanceTiming.h |
| +++ b/third_party/WebKit/Source/core/timing/PerformanceTiming.h |
| @@ -60,6 +60,7 @@ public: |
| unsigned long long navigationStart() const; |
| unsigned long long unloadEventStart() const; |
| unsigned long long unloadEventEnd() const; |
| + unsigned long long workerStart() const; |
|
Kunihiko Sakamoto
2016/04/12 08:23:12
Can you add a comment saying that this is a Naviga
horo
2016/04/12 10:09:56
Done.
|
| unsigned long long redirectStart() const; |
| unsigned long long redirectEnd() const; |
| unsigned long long fetchStart() const; |