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

Unified Diff: content/utility/utility_thread_impl.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/test/render_thread_impl_browser_test_ipc_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.cc
diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc
index 14894ed071be5bfc8d572ad93c5f71f00e941e1e..8425e664eb580abf37dd23489e9be26aa8ef3eb5 100644
--- a/content/utility/utility_thread_impl.cc
+++ b/content/utility/utility_thread_impl.cc
@@ -40,8 +40,7 @@ void ConvertVector(const SRC& src, DEST* dest) {
} // namespace
UtilityThreadImpl::UtilityThreadImpl()
- : ChildThreadImpl(ChildThreadImpl::Options::Builder().
- UseMojoShellConnection(true).Build()) {
+ : ChildThreadImpl(ChildThreadImpl::Options::Builder().Build()) {
Init();
}
@@ -49,7 +48,6 @@ UtilityThreadImpl::UtilityThreadImpl(const InProcessChildThreadParams& params)
: ChildThreadImpl(ChildThreadImpl::Options::Builder()
.InBrowserProcess(params)
.UseMojoChannel(true)
- .UseMojoShellConnection(true)
.Build()) {
Init();
}
« no previous file with comments | « content/test/render_thread_impl_browser_test_ipc_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698