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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1915373002: Implement empty WorkerInternals interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trials-in-service-workers
Patch Set: nit Created 4 years, 7 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
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 050f06ceb5ff8316c9ce46ec7d2059356cd69d4b..0dfb06c0e5dbd75cf5c61b31bb99c93e4afa7494 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -57,6 +57,11 @@
class GrContext;
+namespace v8 {
+class Context;
+template<class T> class Local;
+}
+
namespace blink {
class ServiceRegistry;
@@ -533,6 +538,7 @@ public:
virtual void didStartWorkerThread() { }
virtual void willStopWorkerThread() { }
+ virtual void workerContextCreated(const v8::Local<v8::Context>& worker) { }
// WebCrypto ----------------------------------------------------------
« no previous file with comments | « third_party/WebKit/Source/web/WebTestingSupport.cpp ('k') | third_party/WebKit/public/web/WebTestingSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698