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

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

Issue 1406633002: Add window type launcher app. Nothing really works right now since WM/mus don't support anything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wm2
Patch Set: . Created 5 years, 2 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: components/mus/example/window_type_launcher/main.cc
diff --git a/components/mus/example/client/main.cc b/components/mus/example/window_type_launcher/main.cc
similarity index 73%
copy from components/mus/example/client/main.cc
copy to components/mus/example/window_type_launcher/main.cc
index 913d391c98ca32e2750ad12c097da704244a443e..38337c88b47096841d33daed2ff787cd929cc0f5 100644
--- a/components/mus/example/client/main.cc
+++ b/components/mus/example/window_type_launcher/main.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/example/client/client_application_delegate.h"
+#include "components/mus/example/window_type_launcher/window_type_launcher.h"
#include "mojo/application/public/cpp/application_runner.h"
#include "third_party/mojo/src/mojo/public/c/system/main.h"
MojoResult MojoMain(MojoHandle shell_handle) {
- mojo::ApplicationRunner runner(new ClientApplicationDelegate);
+ mojo::ApplicationRunner runner(new WindowTypeLauncher);
return runner.Run(shell_handle);
}
« no previous file with comments | « components/mus/example/window_type_launcher/DEPS ('k') | components/mus/example/window_type_launcher/window_type_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698