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

Unified Diff: components/mus/example/main/main_application_delegate.cc

Issue 1423063004: Allow Chrome to bind an Application request from mojo_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: . Created 5 years, 1 month 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 | « chrome/chrome_browser.gypi ('k') | mojo/application/public/cpp/application_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/main/main_application_delegate.cc
diff --git a/components/mus/example/main/main_application_delegate.cc b/components/mus/example/main/main_application_delegate.cc
index 864340b550d036fcc059ae8999e09e371f2d8f40..cd98f4eda646238deb649ab8c2bf634e8800a17e 100644
--- a/components/mus/example/main/main_application_delegate.cc
+++ b/components/mus/example/main/main_application_delegate.cc
@@ -16,6 +16,7 @@ void MainApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
connections_.push_back(app->ConnectToApplication("mojo:views_examples"));
connections_.push_back(
app->ConnectToApplication("exe:window_type_launcher_exe"));
+ connections_.push_back(app->ConnectToApplication("exe:chrome"));
}
bool MainApplicationDelegate::ConfigureIncomingConnection(
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | mojo/application/public/cpp/application_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698