diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-27 22:52:49 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-27 22:52:49 +0000 |
commit | dc6938a6f60389c30d4db00077627e1a31517e0b (patch) | |
tree | 3777490daab28a5563d4bb150bb56ed63284fffc /ash/ash_switches.h | |
parent | c1b0b4abfc6744f54f6ff56b88179e7a0533f1b2 (diff) | |
download | chromium_src-dc6938a6f60389c30d4db00077627e1a31517e0b.zip chromium_src-dc6938a6f60389c30d4db00077627e1a31517e0b.tar.gz chromium_src-dc6938a6f60389c30d4db00077627e1a31517e0b.tar.bz2 |
Remove M31 multi profile mode
BUG=336916
TEST=none
Review URL: https://codereview.chromium.org/135633005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247333 0039d316-1c4b-4281-b951-d872f2087c98
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(); |