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

Unified Diff: ui/display/display_observer.h

Issue 2824843002: MD Settings: Display: Disable orientaiton control in tablet mode (Closed)
Patch Set: Add test and trigger onDisplayChanged Created 3 years, 8 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 | « third_party/closure_compiler/externs/system_display.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_observer.h
diff --git a/ui/display/display_observer.h b/ui/display/display_observer.h
index df866542fa7d7b780703526f65f68791ad59d176..0fef00018dd52eb03847c48f4983843e0558fc67 100644
--- a/ui/display/display_observer.h
+++ b/ui/display/display_observer.h
@@ -25,6 +25,7 @@ class DISPLAY_EXPORT DisplayObserver {
DISPLAY_METRIC_ROTATION = 1 << 3,
DISPLAY_METRIC_PRIMARY = 1 << 4,
DISPLAY_METRIC_MIRROR_STATE = 1 << 5,
+ DISPLAY_METRIC_MAXIMIZE_MODE = 1 << 6,
};
// Called when |new_display| has been added.
« no previous file with comments | « third_party/closure_compiler/externs/system_display.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698