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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerBackingThread.h

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Created 4 years, 2 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/Source/core/workers/WorkerBackingThread.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
index f2cb1d8449a7d697c1a5e50da7da59169a3dc86f..46c4bab2cdb204b2a54277c653ebfe07e223c84c 100644
--- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
+++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h
@@ -69,6 +69,8 @@ class CORE_EXPORT WorkerBackingThread final {
static void setRAILModeOnWorkerThreadIsolates(v8::RAILMode);
+ static void PostTaskToAllThreads(const base::Closure& closure);
+
private:
WorkerBackingThread(const char* name,
bool shouldCallGCOnShutdown,

Powered by Google App Engine
This is Rietveld 408576698