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

Side by Side Diff: services/ui/public/interfaces/display/display_controller.mojom

Issue 2310133002: Add mojom::DisplayController. (Closed)
Patch Set: Add missing dep. 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 unified diff | Download patch
« no previous file with comments | « services/ui/public/interfaces/display/BUILD.gn ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module display.mojom;
6
7 // An interface for clients that are allowed to make changes to the display
8 // state.
9 interface DisplayController {
10 // Toggles adding or removing a virtual display. If there is only one display
11 // a second display is added. If there is more than one display then the last
12 // display is removed.
13 ToggleVirtualDisplay() => (bool success);
14
15 // TODO(kylechar): This interface will need to be expanded to provide
16 // additional functionality for the display settings page and other ash
17 // keyboard accelerators.
18 };
OLDNEW
« no previous file with comments | « services/ui/public/interfaces/display/BUILD.gn ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698