Index: chrome/browser/app_controller_mac_browsertest.mm |
=================================================================== |
--- chrome/browser/app_controller_mac_browsertest.mm (revision 147000) |
+++ chrome/browser/app_controller_mac_browsertest.mm (working copy) |
@@ -23,7 +23,6 @@ |
AppControllerPlatformAppBrowserTest() {} |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- InProcessBrowserTest::SetUpCommandLine(command_line); |
command_line->AppendSwitchASCII(switches::kAppId, |
"1234"); |
} |
@@ -48,9 +47,7 @@ |
AppControllerWebAppBrowserTest() {} |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- InProcessBrowserTest::SetUpCommandLine(command_line); |
- command_line->AppendSwitchASCII(switches::kApp, |
- GetAppURL()); |
+ command_line->AppendSwitchASCII(switches::kApp, GetAppURL()); |
} |
std::string GetAppURL() const { |