| Index: chrome/browser/profiles/profile_window_browsertest.cc
|
| diff --git a/chrome/browser/profiles/profile_window_browsertest.cc b/chrome/browser/profiles/profile_window_browsertest.cc
|
| index eb83cf1d834eec65374dc5e8c98b0bfc1b060cab..0e1011f05409cd8175bf38b3a17a522197b128a8 100644
|
| --- a/chrome/browser/profiles/profile_window_browsertest.cc
|
| +++ b/chrome/browser/profiles/profile_window_browsertest.cc
|
| @@ -86,12 +86,6 @@ class ProfileWindowBrowserTest : public InProcessBrowserTest {
|
| ProfileWindowBrowserTest() {}
|
| ~ProfileWindowBrowserTest() override {}
|
|
|
| - void SetUpCommandLine(base::CommandLine* command_line) override {
|
| - InProcessBrowserTest::SetUpCommandLine(command_line);
|
| - switches::EnableNewAvatarMenuForTesting(
|
| - base::CommandLine::ForCurrentProcess());
|
| - }
|
| -
|
| Browser* OpenGuestBrowser();
|
| void CloseBrowser(Browser* browser);
|
|
|
|
|