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

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

Issue 2648433006: Get frecon working with mustash. (Closed)
Patch Set: Fix manifest. Created 3 years, 11 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
« services/ui/manifest.json ('K') | « services/ui/manifest.json ('k') | no next file » | 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 0d991ae29d2d585fdf01b35a07bab4fe080de7dc..30fe11ca724bb5960b9123591963886aee4ec301 100644
--- a/services/ui/public/interfaces/display/display_controller.mojom
+++ b/services/ui/public/interfaces/display/display_controller.mojom
@@ -31,6 +31,16 @@ interface DisplayController {
// Toggles between mirroring and extended mode.
ToggleMirrorMode();
+ // ============================ Virtual Terminal ============================
+
+ // Take control of all display output. This is called when switching from the
+ // virtual terminal back to Chrome in response to a dbus message.
+ TakeDisplayControl() => (bool status);
+
+ // Relinquish control of all display output. This is called when switching
+ // from Chrome to the virtual terminal in response to a dbus message.
+ RelinquishDisplayControl() => (bool status);
+
// ========================= Configuration Changes ==========================
// Sets the display work area with the provided insets. The display size is
« services/ui/manifest.json ('K') | « services/ui/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698