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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 2226403002: Remove Channel token from InProcessChildThreadParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moar-channels
Patch Set: . Created 4 years, 4 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: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 513c25f268f14d9034d0a147d5d218a43559aa13..3123410d7df4d64e17ef9c7e887dbef254641595 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -559,7 +559,6 @@ bool GpuProcessHost::Init() {
in_process_gpu_thread_.reset(g_gpu_main_thread_factory(
InProcessChildThreadParams(
std::string(), base::ThreadTaskRunnerHandle::Get(),
- std::string(),
process_->child_connection()->service_token()),
gpu_preferences));
base::Thread::Options options;
« no previous file with comments | « no previous file | content/browser/mojo/mojo_child_connection.h » ('j') | content/renderer/render_thread_impl_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698