Index: chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc |
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc b/chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc |
index 63947c89d53c0a1aef8a9849e816eebe31f83620..2234463c341ce2ff2769d0fad8302923fae952a5 100644 |
--- a/chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc |
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc |
@@ -53,13 +53,10 @@ ProfileChooserViewBrowserTest::~ProfileChooserViewBrowserTest() { |
void ProfileChooserViewBrowserTest::SetUp() { |
InProcessBrowserTest::SetUp(); |
- DCHECK(CommandLine::ForCurrentProcess()->HasSwitch( |
msw
2014/08/01 16:45:14
Should this instead ASSERT_EQ/EXPECT_EQ switches::
Mike Lerman
2014/08/01 19:15:00
Done.
|
- switches::kNewAvatarMenu)); |
} |
void ProfileChooserViewBrowserTest::SetUpCommandLine( |
CommandLine* command_line) { |
- command_line->AppendSwitch(switches::kNewAvatarMenu); |
} |
void ProfileChooserViewBrowserTest::OpenProfileChooserView() { |