Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 6c026e02802ecfc40e320c0cbe26fdf4be81e38f..fc11289cd92d7323ee957c4c3951233a6812ed28 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -99,6 +99,10 @@ const char kAshDisableDockedWindows[] = "ash-disable-docked-windows"; |
// Disable dragging items off the shelf to unpin them. |
const char kAshDisableDragOffShelf[] = "ash-disable-drag-off-shelf"; |
+// Enables putting all windows into immersive fullscreen via <F4>. |
+const char kAshEnableImmersiveFullscreenForAllWindows[] = |
+ "ash-enable-immersive-all-windows"; |
+ |
#if defined(OS_CHROMEOS) |
// Enables the "full multi profile mode" - as it was in M-31. |
const char kAshEnableFullMultiProfileMode[] = |