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

Unified Diff: content/gpu/gpu_child_thread.cc

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/gpu/gpu_child_thread.h ('k') | content/gpu/in_process_gpu_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index 901618e29fdb5f4dfe58a00433e34f618b0645c6..6c34189e334166b8297297a0a191bc66ba09a3b8 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -76,10 +76,9 @@ GpuChildThread::GpuChildThread(GpuWatchdogThread* watchdog_thread,
g_thread_safe_sender.Get() = thread_safe_sender();
}
-GpuChildThread::GpuChildThread(const std::string& channel_id)
- : ChildThreadImpl(Options::Builder()
- .InBrowserProcess(true)
- .WithChannelName(channel_id)
+GpuChildThread::GpuChildThread(const InProcessChildThreadParams& params)
+ : ChildThreadImpl(ChildThreadImpl::Options::Builder()
+ .InBrowserProcess(params)
.Build()),
dead_on_arrival_(false),
in_browser_process_(true) {
« no previous file with comments | « content/gpu/gpu_child_thread.h ('k') | content/gpu/in_process_gpu_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698