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

Unified Diff: services/ui/service.h

Issue 2127383003: mus: Introduce high-contrast mode in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/ui/public/interfaces/accessibility_manager.mojom ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 5251e9bc4f0302145ba22d594451f5e9515c9785..a9103cebfafae8ec4ffbd1f8cd9df47dba7bb1ac 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -19,6 +19,7 @@
#include "services/shell/public/cpp/service.h"
#include "services/tracing/public/cpp/tracing_impl.h"
#include "services/ui/input_devices/input_device_server.h"
+#include "services/ui/public/interfaces/accessibility_manager.mojom.h"
#include "services/ui/public/interfaces/clipboard.mojom.h"
#include "services/ui/public/interfaces/display.mojom.h"
#include "services/ui/public/interfaces/gpu.mojom.h"
@@ -64,6 +65,7 @@ class WindowServer;
class Service
: public shell::Service,
public ws::WindowServerDelegate,
+ public shell::InterfaceFactory<mojom::AccessibilityManager>,
public shell::InterfaceFactory<mojom::Clipboard>,
public shell::InterfaceFactory<mojom::DisplayManager>,
public shell::InterfaceFactory<mojom::Gpu>,
@@ -108,6 +110,10 @@ class Service
bool IsTestConfig() const override;
void CreateDefaultDisplays() override;
+ // shell::InterfaceFactory<mojom::AccessibilityManager> implementation.
+ void Create(shell::Connection* connection,
+ mojom::AccessibilityManagerRequest request) override;
+
// shell::InterfaceFactory<mojom::Clipboard> implementation.
void Create(shell::Connection* connection,
mojom::ClipboardRequest request) override;
« no previous file with comments | « services/ui/public/interfaces/accessibility_manager.mojom ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698