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

Unified Diff: content/child/worker_thread_task_runner.h

Issue 165373004: Move WorkerTaskRunner to content/child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/worker_task_runner_unittest.cc ('k') | content/child/worker_thread_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/worker_thread_task_runner.h
diff --git a/content/child/worker_thread_task_runner.h b/content/child/worker_thread_task_runner.h
index a4fbc913bdffa4e9d6ae6239ec77d3af37081149..54b9ea0bc984348ceb38032f4700f16b5d925ebf 100644
--- a/content/child/worker_thread_task_runner.h
+++ b/content/child/worker_thread_task_runner.h
@@ -10,7 +10,7 @@
namespace content {
// A task runner that runs tasks on a single webkit worker thread which
-// is managed by webkit_glue::WorkerTaskRunner.
+// is managed by WorkerTaskRunner.
// Note that this implementation ignores the delay duration for PostDelayedTask
// and have it behave the same as PostTask.
class WorkerThreadTaskRunner : public base::TaskRunner {
« no previous file with comments | « content/child/worker_task_runner_unittest.cc ('k') | content/child/worker_thread_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698