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

Unified Diff: content/common/mojo/channel_init.h

Issue 987693005: Get rid of ChannelInit::SetSingleProcessIOTaskRunner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 5 years, 9 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/common/in_process_child_thread_params.cc ('k') | content/common/mojo/channel_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/channel_init.h
diff --git a/content/common/mojo/channel_init.h b/content/common/mojo/channel_init.h
index 6706e3b52e6ba23d84ea44f412e1293c28690fb4..1dd7f15dc75474b3bd6b8e998f629aca396fc030 100644
--- a/content/common/mojo/channel_init.h
+++ b/content/common/mojo/channel_init.h
@@ -39,11 +39,6 @@ class CONTENT_EXPORT ChannelInit {
// Shuts down the channel. Must be called from the IO thread.
void ShutdownOnIOThread();
- // Get/Set a shared I/O TaskRunner for children to use in single process mode.
- static scoped_refptr<base::TaskRunner> GetSingleProcessIOTaskRunner();
- static void SetSingleProcessIOTaskRunner(
- scoped_refptr<base::TaskRunner> io_task_runner);
-
private:
// Invoked on the thread on which this object lives once the channel has been
// established. This is a static method that takes a weak pointer to self,
« no previous file with comments | « content/common/in_process_child_thread_params.cc ('k') | content/common/mojo/channel_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698