| Index: third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| index eac13af5fa3f1e194f2a6ebdf0ae9249ec388860..42265cfff68e7531f9ad684a3783a14317f1f206 100644
|
| --- a/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
|
| @@ -62,6 +62,7 @@ class WorkerFetchContext final : public BaseFetchContext {
|
|
|
| void AddAdditionalRequestHeaders(ResourceRequest&,
|
| FetchResourceType) override;
|
| + void AddResourceTiming(const ResourceTimingInfo&) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|