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

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

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add 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 | « components/mus/example/main/main_application_delegate.h ('k') | components/mus/example/mock_sysui/BUILD.gn » ('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
deleted file mode 100644
index 1e2b08c3094cbee352ffc1b10930fbee1c291bf9..0000000000000000000000000000000000000000
--- a/components/mus/example/main/main_application_delegate.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "components/mus/example/main/main_application_delegate.h"
-
-#include "mojo/application/public/cpp/application_connection.h"
-#include "mojo/application/public/cpp/application_impl.h"
-
-MainApplicationDelegate::MainApplicationDelegate() {}
-
-MainApplicationDelegate::~MainApplicationDelegate() {}
-
-void MainApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
- connections_.push_back(app->ConnectToApplication("mojo:example_wm"));
- connections_.push_back(app->ConnectToApplication("mojo:mock_sysui"));
- 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(
- mojo::ApplicationConnection* connection) {
- return false;
-}
« no previous file with comments | « components/mus/example/main/main_application_delegate.h ('k') | components/mus/example/mock_sysui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698