Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index ca42f4525761fa6465860d80d533cf2dde4b1afa..bb38d5807c384d861cbd9ef7db53f0ab824e53c4 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -100,5 +100,10 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
// Avoid drawing drop shadows under windows. |
const char kAuraNoShadows[] = "aura-no-shadows"; |
+// Overrides the all display's oientation. The value should be one of 0=(normal) |
Daniel Erat
2013/01/30 21:04:27
nit: fixing some typos and grammar:
// Overrides
oshima
2013/01/30 23:45:53
Updated the comment. I agree that it should be enu
|
+// 1=(90 degree clock wise), 2=(180 degree) or 3=(270 degree). |
+const char kAshOverrideDisplayOrientation[] = |
+ "ash-override-display-orientation"; |
+ |
} // namespace switches |
} // namespace ash |