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

Unified Diff: content/child/worker_task_runner.h

Issue 937313003: chrome: Remove the use of WebWorkerRunLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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 | « content/child/blink_platform_impl.cc ('k') | content/child/worker_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/worker_task_runner.h
diff --git a/content/child/worker_task_runner.h b/content/child/worker_task_runner.h
index 8e9ff28462833f1b362146567e584f3d5e4e1c02..2df0185dc1e3e0a8986b232ca47af02d39996f7f 100644
--- a/content/child/worker_task_runner.h
+++ b/content/child/worker_task_runner.h
@@ -13,7 +13,6 @@
#include "base/threading/platform_thread.h"
#include "base/threading/thread_local.h"
#include "content/common/content_export.h"
-#include "third_party/WebKit/public/platform/WebWorkerRunLoop.h"
namespace base {
class TaskRunner;
@@ -41,8 +40,8 @@ class CONTENT_EXPORT WorkerTaskRunner {
void AddStopObserver(Observer* observer);
void RemoveStopObserver(Observer* observer);
- void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
- void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
+ void OnWorkerRunLoopStarted();
+ void OnWorkerRunLoopStopped();
base::TaskRunner* GetTaskRunnerFor(int worker_id);
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/worker_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698