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

Unified Diff: mash/example/main/main_application_delegate.cc

Issue 1492563002: Introduce mash/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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 | « mash/example/main/BUILD.gn ('k') | mash/example/mock_sysui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/main/main_application_delegate.cc
diff --git a/mash/example/main/main_application_delegate.cc b/mash/example/main/main_application_delegate.cc
index 3ac499aa5f7d426dff003476daeb4734079ba753..3fc15ce433a68058f665cb14fcc57f80870c132a 100644
--- a/mash/example/main/main_application_delegate.cc
+++ b/mash/example/main/main_application_delegate.cc
@@ -12,8 +12,7 @@ MainApplicationDelegate::MainApplicationDelegate() {}
MainApplicationDelegate::~MainApplicationDelegate() {}
void MainApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
- connections_.push_back(app->ConnectToApplication("mojo:mash_wm"));
- connections_.push_back(app->ConnectToApplication("mojo:mock_sysui"));
+ connections_.push_back(app->ConnectToApplication("mojo:mash_shell"));
connections_.push_back(app->ConnectToApplication("mojo:views_examples"));
connections_.push_back(
app->ConnectToApplication("exe:window_type_launcher_exe"));
« no previous file with comments | « mash/example/main/BUILD.gn ('k') | mash/example/mock_sysui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698