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

Unified Diff: content/common/mojo/mojo_shell_connection_impl.h

Issue 1915053004: mus/chrome: Always wait for the mojo shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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/browser/browser_main_loop.cc ('k') | content/common/mojo/mojo_shell_connection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/mojo_shell_connection_impl.h
diff --git a/content/common/mojo/mojo_shell_connection_impl.h b/content/common/mojo/mojo_shell_connection_impl.h
index 1cae10df7adf0d0d9e61bf49ef0c433812bfae9b..3ad19d239df3fa46800713cf319894035da983f1 100644
--- a/content/common/mojo/mojo_shell_connection_impl.h
+++ b/content/common/mojo/mojo_shell_connection_impl.h
@@ -39,14 +39,15 @@ class MojoShellConnectionImpl : public MojoShellConnection,
// command line. This must only be called once.
void BindToRequestFromCommandLine();
+ // TODO(rockot): Remove this. http://crbug.com/594852.
+ shell::ShellConnection* shell_connection() { return shell_connection_.get(); }
+
private:
friend class MojoShellConnection;
explicit MojoShellConnectionImpl(bool external);
~MojoShellConnectionImpl() override;
- void WaitForShellIfNecessary();
-
// shell::ShellClient:
void Initialize(shell::Connector* connector,
const shell::Identity& identity,
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/common/mojo/mojo_shell_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698