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

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 1793793002: Remove ShellConnection::WaitForInitialize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | components/mus/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index 2cde5438d506d2709a9c1fa81afc0eb4b6217dfa..839857d61c33b31ad80d3c544faa3c3c1b09e831 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -186,7 +186,6 @@ void MashRunner::RunMain() {
shell_connection_.reset(new mojo::ShellConnection(
shell_client_.get(),
background_shell.CreateShellClientRequest("exe:chrome_mash")));
- shell_connection_->WaitForInitialize();
shell_connection_->connector()->Connect("mojo:mash_shell");
base::MessageLoop::current()->Run();
}
« no previous file with comments | « no previous file | components/mus/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698