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

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

Issue 1560223002: Add quick launcher for launching mojo apps from within mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher
Patch Set: . Created 4 years, 11 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
« no previous file with comments | « mash/example/main/main.cc ('k') | mash/example/main/main_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/main/main_application_delegate.h
diff --git a/mash/example/main/main_application_delegate.h b/mash/example/main/main_application_delegate.h
deleted file mode 100644
index 9542d1c73162d61536dab613a6f76fcf6cbfc39c..0000000000000000000000000000000000000000
--- a/mash/example/main/main_application_delegate.h
+++ /dev/null
@@ -1,33 +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.
-
-#ifndef MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
-#define MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
-
-#include "base/macros.h"
-#include "base/memory/scoped_vector.h"
-#include "mojo/application/public/cpp/application_delegate.h"
-#include "mojo/application/public/cpp/interface_factory_impl.h"
-
-namespace mojo {
-class ApplicationConnection;
-}
-
-class MainApplicationDelegate : public mojo::ApplicationDelegate {
- public:
- MainApplicationDelegate();
- ~MainApplicationDelegate() override;
-
- private:
- // ApplicationDelegate:
- void Initialize(mojo::ApplicationImpl* app) override;
- bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
-
- ScopedVector<mojo::ApplicationConnection> connections_;
-
- DISALLOW_COPY_AND_ASSIGN(MainApplicationDelegate);
-};
-
-#endif // MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
« no previous file with comments | « mash/example/main/main.cc ('k') | mash/example/main/main_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698