| Index: chrome/browser/app_controller_mac_browsertest.mm
|
| diff --git a/chrome/browser/app_controller_mac_browsertest.mm b/chrome/browser/app_controller_mac_browsertest.mm
|
| index 1cd7d02865412075323492e482d00084681b51db..c0b4161b04087701b4f1a20b12f2992cf3a1ef43 100644
|
| --- a/chrome/browser/app_controller_mac_browsertest.mm
|
| +++ b/chrome/browser/app_controller_mac_browsertest.mm
|
| @@ -43,7 +43,6 @@
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| #include "components/bookmarks/test/bookmark_test_helpers.h"
|
| #include "components/prefs/pref_service.h"
|
| -#include "components/signin/core/common/profile_management_switches.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| @@ -233,10 +232,6 @@ class AppControllerNewProfileManagementBrowserTest
|
| AppControllerNewProfileManagementBrowserTest()
|
| : active_browser_list_(BrowserList::GetInstance()) {}
|
|
|
| - void SetUpCommandLine(base::CommandLine* command_line) override {
|
| - switches::EnableNewProfileManagementForTesting(command_line);
|
| - }
|
| -
|
| const BrowserList* active_browser_list_;
|
| };
|
|
|
|
|