Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1978)

Unified Diff: ash/ash_switches.h

Issue 59043013: Add flag to enable immersive fullscreen for v2 apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash_switches.h
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index 612083b347e48e297d060e64c628ff77246bd8f5..c2848e2b33b15f9c82487e458c82a1fecb12ae99 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -43,6 +43,7 @@ ASH_EXPORT extern const char kAshEnableAudioDeviceMenu[];
ASH_EXPORT extern const char kAshEnableAdvancedGestures[];
ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[];
ASH_EXPORT extern const char kAshEnableBrightnessControl[];
+ASH_EXPORT extern const char kAshEnableAppImmersiveFullscreen[];
oshima 2013/11/08 23:25:32 chrome/common/chrome_switches?
pkotwicz 2013/11/09 00:09:02 I am keeping it here. In terms of precedent, --ash
oshima 2013/11/09 01:11:18 That flag shouldn't have been in ash first place I
pkotwicz 2013/11/13 00:10:13 We unfortunately need to keep the flag in ash. I w
oshima 2013/11/13 07:21:36 Ok.
#if defined(OS_CHROMEOS)
ASH_EXPORT extern const char kAshEnableFullMultiProfileMode[];
#endif

Powered by Google App Engine
This is Rietveld 408576698