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

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

Issue 2434923002: Handle modified displays in mustash. (Closed)
Patch Set: Fixes after initial review. 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
Index: services/ui/public/interfaces/display/test_display_controller.mojom
diff --git a/services/ui/public/interfaces/display/test_display_controller.mojom b/services/ui/public/interfaces/display/test_display_controller.mojom
index adebf27b24f92be47a901c8122b8b5c3c867ab32..78c820e024bb917b5d155d7548d8f550f3adf22d 100644
--- a/services/ui/public/interfaces/display/test_display_controller.mojom
+++ b/services/ui/public/interfaces/display/test_display_controller.mojom
@@ -12,4 +12,7 @@ interface TestDisplayController {
// a second display is added. If there is more than one display then the last
// display is removed.
ToggleAddRemoveDisplay();
+
+ // Toggles the primary display resolution size.
+ ToggleDisplayResolution();
};

Powered by Google App Engine
This is Rietveld 408576698