Index: extensions/shell/test/shell_test.cc |
diff --git a/extensions/shell/test/shell_test.cc b/extensions/shell/test/shell_test.cc |
index 294fbaa898705f61c59d047e34d517343f4ef1b2..87e543040a697f201caf13ea8703bbc1b71c0d07 100644 |
--- a/extensions/shell/test/shell_test.cc |
+++ b/extensions/shell/test/shell_test.cc |
@@ -23,6 +23,7 @@ AppShellTest::~AppShellTest() { |
void AppShellTest::SetUp() { |
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
command_line->AppendSwitchASCII(switches::kTestType, "appshell"); |
+ SetUpCommandLine(command_line); |
content::BrowserTestBase::SetUp(); |
} |