Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 4ab1672e233729d0a866a40431b9ee7f6307a153..07613d8bd7b8d854d14f54da2a46ecb02af82f0e 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -97,5 +97,11 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
// Avoid drawing drop shadows under windows. |
const char kAuraNoShadows[] = "aura-no-shadows"; |
+// Overrides all display's orientation. The value should be one of 0 |
+// (normal), 1 (90 degrees clock wise), 2 (180 degrees) or 3 (270 |
Daniel Erat
2013/01/31 22:38:29
same nits as before:
s/display's/displays'/
s/clo
oshima
2013/01/31 22:48:32
Hmm, I thought I fixed them... Thank you for the c
|
+// degrees clockwise). |
+const char kAshOverrideDisplayOrientation[] = |
+ "ash-override-display-orientation"; |
+ |
} // namespace switches |
} // namespace ash |