| 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 821bfe670482968a1544d85fa813f83c46250e64..a55248ca33acc80e8d3a23c841af33c4ebec1e2e 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
|
| @@ -998,7 +998,7 @@ IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest, ProfilesLaunchedAfterCrash) {
|
| EXPECT_EQ(1U, infobar_service->infobar_count());
|
| }
|
|
|
| -class ManagedModeBrowserCreatorTest : public InProcessBrowserTest {
|
| +class SupervisedUserBrowserCreatorTest : public InProcessBrowserTest {
|
| protected:
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| InProcessBrowserTest::SetUpCommandLine(command_line);
|
| @@ -1006,8 +1006,8 @@ class ManagedModeBrowserCreatorTest : public InProcessBrowserTest {
|
| }
|
| };
|
|
|
| -IN_PROC_BROWSER_TEST_F(ManagedModeBrowserCreatorTest,
|
| - StartupManagedModeProfile) {
|
| +IN_PROC_BROWSER_TEST_F(SupervisedUserBrowserCreatorTest,
|
| + StartupSupervisedUserProfile) {
|
| StartupBrowserCreator browser_creator;
|
|
|
| // Do a simple non-process-startup browser launch.
|
|
|