| Index: chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
| index 11acf13561625996ea5341713630fc98864a29f3..16fdb45f4b36543ffdb56ad7ff5d41811f0a052f 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
| @@ -1002,7 +1002,7 @@ class ManagedModeBrowserCreatorTest : public InProcessBrowserTest {
|
| protected:
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| InProcessBrowserTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitchASCII(switches::kManagedUserId, "asdf");
|
| + command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| }
|
| };
|
|
|
|
|