diff options
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 7ff4650..d473ae2 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -45,9 +45,6 @@ ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[]; ASH_EXPORT extern const char kAshEnableBrightnessControl[]; ASH_EXPORT extern const char kAshEnableImmersiveFullscreenForAllWindows[]; ASH_EXPORT extern const char kAshEnableImmersiveFullscreenForBrowserOnly[]; -#if defined(OS_CHROMEOS) -ASH_EXPORT extern const char kAshEnableFullMultiProfileMode[]; -#endif #if defined(OS_LINUX) ASH_EXPORT extern const char kAshEnableMemoryMonitor[]; #endif @@ -94,9 +91,6 @@ ASH_EXPORT bool UseImmersiveFullscreenForAllWindows(); // Returns true if side shelf alignment is enabled. ASH_EXPORT bool ShowShelfAlignmentMenu(); -// Returns true if the full MultiProfile mode (M-31 version) is used. -ASH_EXPORT bool UseFullMultiProfileMode(); - // Returns true if multiple user icons are allowed in the tray. ASH_EXPORT bool UseMultiUserTray(); |