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

Unified Diff: services/view_manager/view_manager_app.h

Issue 1530333005: Delete the ViewManager and WindowManager services. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2c
Patch Set: rebase 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 | « services/view_manager/view_locator.cc ('k') | services/view_manager/view_manager_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/view_manager/view_manager_app.h
diff --git a/services/view_manager/view_manager_app.h b/services/view_manager/view_manager_app.h
deleted file mode 100644
index 73e45e8f0cc9083f9d19f5738daab3c39c384a21..0000000000000000000000000000000000000000
--- a/services/view_manager/view_manager_app.h
+++ /dev/null
@@ -1,41 +0,0 @@
-// Copyright 2014 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 SERVICES_VIEW_MANAGER_VIEW_MANAGER_APP_H_
-#define SERVICES_VIEW_MANAGER_VIEW_MANAGER_APP_H_
-
-#include "base/memory/scoped_ptr.h"
-#include "mojo/common/tracing_impl.h"
-#include "mojo/public/cpp/application/application_delegate.h"
-#include "services/view_manager/view_manager_root_connection.h"
-
-namespace view_manager {
-
-class ViewManagerApp
- : public mojo::ApplicationDelegate,
- public ViewManagerRootConnection::ViewManagerRootConnectionObserver {
- public:
- ViewManagerApp();
- ~ViewManagerApp() override;
-
- private:
- // ApplicationDelegate:
- void Initialize(mojo::ApplicationImpl* app) override;
- bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override;
-
- // ViewManagerRootConnectionObserver:
- void OnCloseViewManagerRootConnection(
- ViewManagerRootConnection* view_manager_root_connection) override;
-
- std::set<ViewManagerRootConnection*> active_root_connections_;
- mojo::ApplicationImpl* app_impl_;
- mojo::TracingImpl tracing_;
-
- DISALLOW_COPY_AND_ASSIGN(ViewManagerApp);
-};
-
-} // namespace view_manager
-
-#endif // SERVICES_VIEW_MANAGER_VIEW_MANAGER_APP_H_
« no previous file with comments | « services/view_manager/view_locator.cc ('k') | services/view_manager/view_manager_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698