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

Unified Diff: Source/core/loader/WorkerLoaderClientBridge.h

Issue 1184403003: Offer Resource Timing in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style fix 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/core/loader/ThreadableLoaderClientWrapper.h ('k') | Source/core/loader/WorkerLoaderClientBridge.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/WorkerLoaderClientBridge.h
diff --git a/Source/core/loader/WorkerLoaderClientBridge.h b/Source/core/loader/WorkerLoaderClientBridge.h
index 6dc6d7bc4809200c10af63c42e3d41c87d511776..f030aa5eecd2e75c382b067536a4de2d289a2556 100644
--- a/Source/core/loader/WorkerLoaderClientBridge.h
+++ b/Source/core/loader/WorkerLoaderClientBridge.h
@@ -57,6 +57,7 @@ public:
virtual void didFail(const ResourceError&) override;
virtual void didFailAccessControlCheck(const ResourceError&) override;
virtual void didFailRedirectCheck() override;
+ virtual void didReceiveResourceTiming(const ResourceTimingInfo&) override;
private:
WorkerLoaderClientBridge(PassRefPtr<ThreadableLoaderClientWrapper>, PassRefPtr<WorkerLoaderProxy>);
« no previous file with comments | « Source/core/loader/ThreadableLoaderClientWrapper.h ('k') | Source/core/loader/WorkerLoaderClientBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698