Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index a45546cb634b21f01363338f63ff3a355eff915e..b29e5ba2678e59916a377813c53f4ecb1fdcadaf 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -124,8 +124,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 kForceMaximizeMode[] = "force_maximize_mode"; |
James Cook
2013/04/22 22:15:46
force_maximize_mode -> force-maximize-mode
Mr4D (OOO till 08-26)
2013/04/23 04:41:28
Done.
|
+ |
} // namespace switches |
} // namespace ash |