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

Unified Diff: content/browser/browser_main_loop.cc

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 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/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index d7a4638232a79d3a39c52e6fed61dcf7bec8c612..f7cfb45976ae6a5dcdd7205b1d8c45a8800e0fbe 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -179,6 +179,7 @@
#endif
#if defined(MOJO_SHELL_CLIENT)
+#include "mojo/shell/public/cpp/connector.h"
#include "ui/views/mus/window_manager_connection.h"
#endif
@@ -919,7 +920,7 @@ int BrowserMainLoop::PreMainMessageLoopRun() {
MojoShellConnectionImpl::Get()->BindToCommandLinePlatformChannel();
#if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
views::WindowManagerConnection::Create(
- MojoShellConnection::Get()->GetShell());
+ MojoShellConnection::Get()->GetConnector());
#endif
}
« no previous file with comments | « components/resource_provider/resource_provider_apptest.cc ('k') | content/browser/mojo/mojo_shell_client_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698