Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index b6908a7f28fff43ad248d5a10300621a84cf514d..7ea3e96dfaec5bb95ae176f99406810b4b9e202c 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -136,8 +136,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 |