diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 19:12:28 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 19:12:28 +0000 |
commit | 9b6e10c4e2e404dcca133a12ae451e87cb0b48c0 (patch) | |
tree | 136d7cfde459c612c040e77a7aca182b785e5dfe /chrome/browser/ui/browser_command_controller_unittest.cc | |
parent | 4f154c2deb5c4ab1010fb5ed85c6b05f56841139 (diff) | |
download | chromium_src-9b6e10c4e2e404dcca133a12ae451e87cb0b48c0.zip chromium_src-9b6e10c4e2e404dcca133a12ae451e87cb0b48c0.tar.gz chromium_src-9b6e10c4e2e404dcca133a12ae451e87cb0b48c0.tar.bz2 |
Multi-profile flag cleanup.
Rebased version of https://codereview.chromium.org/287083003/
BUG=364604, 351655
TEST=existing tests
TBR=sky,zelidrag
Review URL: https://codereview.chromium.org/294033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller_unittest.cc')
-rw-r--r-- | chrome/browser/ui/browser_command_controller_unittest.cc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc index 1b0eb27..60ac521 100644 --- a/chrome/browser/ui/browser_command_controller_unittest.cc +++ b/chrome/browser/ui/browser_command_controller_unittest.cc @@ -172,12 +172,6 @@ TEST_F(BrowserCommandControllerTest, AppFullScreen) { } TEST_F(BrowserCommandControllerTest, OldAvatarMenuEnabledForOneOrMoreProfiles) { -#if defined(OS_CHROMEOS) - // TODO(nkostylev): Cleanup this code once multi-profiles are enabled by - // default on CrOS. http://crbug.com/351655 - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kMultiProfiles); -#endif - if (!profiles::IsMultipleProfilesEnabled()) return; @@ -213,12 +207,6 @@ TEST_F(BrowserCommandControllerTest, OldAvatarMenuEnabledForOneOrMoreProfiles) { } TEST_F(BrowserCommandControllerTest, NewAvatarMenuEnabledWhenOnlyOneProfile) { -#if defined(OS_CHROMEOS) - // TODO(nkostylev): Cleanup this code once multi-profiles are enabled by - // default on CrOS. http://crbug.com/351655 - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kMultiProfiles); -#endif - if (!profiles::IsMultipleProfilesEnabled()) return; @@ -247,12 +235,6 @@ TEST_F(BrowserCommandControllerTest, NewAvatarMenuEnabledWhenOnlyOneProfile) { } TEST_F(BrowserCommandControllerTest, NewAvatarMenuEnabledInGuestMode) { -#if defined(OS_CHROMEOS) - // TODO(nkostylev): Cleanup this code once multi-profiles are enabled by - // default on CrOS. http://crbug.com/351655 - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kMultiProfiles); -#endif - if (!profiles::IsMultipleProfilesEnabled()) return; @@ -290,12 +272,6 @@ TEST_F(BrowserCommandControllerTest, NewAvatarMenuEnabledInGuestMode) { } TEST_F(BrowserCommandControllerTest, AvatarMenuAlwaysDisabledInIncognitoMode) { -#if defined(OS_CHROMEOS) - // TODO(nkostylev): Cleanup this code once multi-profiles are enabled by - // default on CrOS. http://crbug.com/351655 - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kMultiProfiles); -#endif - if (!profiles::IsMultipleProfilesEnabled()) return; |