Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 696e8c32bbcd5bebbe4ba1c2947769dc7ddf2a2b..6e9739592fcf2994999f0901c0e94649de26ba6e 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -130,8 +130,11 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
// Force Ash to open its root window on the desktop, even on Windows 8 where |
// it would normally end up in metro. |
const char kForceAshToDesktop[] = "ash-force-desktop"; |
-; |
#endif |
+// Enables a mode which enforces all browser & application windows to be created |
+// in maximized mode. |
+const char kForcedMaximizeMode[] = "forced-maximize-mode"; |
+ |
} // namespace switches |
} // namespace ash |