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

Unified Diff: ash/sysui/sysui_application.h

Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set: Add mash NOTIMPLEMENTED() in AccessibilityManager::UpdateVirtualKeyboardFromPref() Created 4 years, 3 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 | « ash/sysui/stub_context_factory.cc ('k') | ash/sysui/sysui_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/sysui_application.h
diff --git a/ash/sysui/sysui_application.h b/ash/sysui/sysui_application.h
deleted file mode 100644
index 2873e391d1e8013367eac603763c9eaa2799f22d..0000000000000000000000000000000000000000
--- a/ash/sysui/sysui_application.h
+++ /dev/null
@@ -1,44 +0,0 @@
-// Copyright 2016 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 ASH_SYSUI_SYSUI_APPLICATION_H_
-#define ASH_SYSUI_SYSUI_APPLICATION_H_
-
-#include <memory>
-
-#include "base/macros.h"
-#include "mojo/public/cpp/bindings/binding_set.h"
-#include "services/shell/public/cpp/service.h"
-#include "services/tracing/public/cpp/provider.h"
-#include "services/ui/public/cpp/input_devices/input_device_client.h"
-
-namespace ash {
-namespace sysui {
-
-class AshInit;
-
-class SysUIApplication : public shell::Service {
- public:
- SysUIApplication();
- ~SysUIApplication() override;
-
- private:
- // shell::Service:
- void OnStart(const ::shell::Identity& identity) override;
- bool OnConnect(const ::shell::Identity& remote_identity,
- ::shell::InterfaceRegistry* registry) override;
-
- tracing::Provider tracing_;
- std::unique_ptr<AshInit> ash_init_;
-
- // Subscribes to updates about input-devices.
- ui::InputDeviceClient input_device_client_;
-
- DISALLOW_COPY_AND_ASSIGN(SysUIApplication);
-};
-
-} // namespace sysui
-} // namespace ash
-
-#endif // ASH_SYSUI_SYSUI_APPLICATION_H_
« no previous file with comments | « ash/sysui/stub_context_factory.cc ('k') | ash/sysui/sysui_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698