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

Unified Diff: services/ui/public/interfaces/display.mojom

Issue 2461513002: Primary display change notifications. (Closed)
Patch Set: More fixes. Created 4 years, 2 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/BUILD.gn ('k') | services/ui/public/interfaces/display_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/display.mojom
diff --git a/services/ui/public/interfaces/display.mojom b/services/ui/public/interfaces/display.mojom
deleted file mode 100644
index 2c10ce8de90ead441d4c1a28e63de66cbf5369a7..0000000000000000000000000000000000000000
--- a/services/ui/public/interfaces/display.mojom
+++ /dev/null
@@ -1,25 +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.
-
-module ui.mojom;
-
-import "services/ui/public/interfaces/window_manager_constants.mojom";
-
-interface DisplayManagerObserver {
- // Sent when the observer is added. Gives the initial state.
- OnDisplays(array<WsDisplay> displays);
-
- // The specified set of displays has changed in some way. This is used both
- // when a new display is added, or when a property of a display changes.
- // |displays| does not necessarily contain the complete set of displays,
- // only those that changed.
- OnDisplaysChanged(array<WsDisplay> displays);
-
- // An existing display was removed.
- OnDisplayRemoved(int64 id);
-};
-
-interface DisplayManager {
- AddObserver(DisplayManagerObserver observer);
-};
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/display_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698