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

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

Issue 2323393003: Connect mojom::DisplayController from ash to ui. (Closed)
Patch Set: Add comments. 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 | « services/ui/display/platform_screen_stub.cc ('k') | services/ui/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/display/display_controller.mojom
diff --git a/services/ui/public/interfaces/display/display_controller.mojom b/services/ui/public/interfaces/display/display_controller.mojom
index 8b71a5d094f5df82e1388a38217346b7442a6628..b9ae186dca3708d4c6225153a71e8f28155f42a4 100644
--- a/services/ui/public/interfaces/display/display_controller.mojom
+++ b/services/ui/public/interfaces/display/display_controller.mojom
@@ -10,7 +10,7 @@ interface DisplayController {
// Toggles adding or removing a virtual display. If there is only one display
// a second display is added. If there is more than one display then the last
// display is removed.
- ToggleVirtualDisplay() => (bool success);
+ ToggleVirtualDisplay();
// TODO(kylechar): This interface will need to be expanded to provide
// additional functionality for the display settings page and other ash
« no previous file with comments | « services/ui/display/platform_screen_stub.cc ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698