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

Unified Diff: content/gpu/gpu_child_thread.cc

Issue 2109483002: Remove MojoApplication[Host] & ApplicationSetup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@u2
Patch Set: . Created 4 years, 6 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/content_common_mojo_bindings.gyp ('k') | content/renderer/render_thread_impl.cc » ('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 c79f49bccef75fcf605fe73b0f1b1061054a3514..029c40ec07a7d99832c162d2972c4715864719c2 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -135,7 +135,6 @@ ChildThreadImpl::Options GetOptions(
if (message_filter)
builder.AddStartupFilter(message_filter);
#endif
- builder.UseMojoShellConnection(true);
return builder.Build();
}
@@ -175,7 +174,6 @@ GpuChildThread::GpuChildThread(
.InBrowserProcess(params)
.AddStartupFilter(new GpuMemoryBufferMessageFilter(
gpu_memory_buffer_factory))
- .UseMojoShellConnection(true)
.Build()),
gpu_preferences_(gpu_preferences),
dead_on_arrival_(false),
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698