Index: chrome/browser/extensions/webstore_inline_install_browsertest.cc |
=================================================================== |
--- chrome/browser/extensions/webstore_inline_install_browsertest.cc (revision 147000) |
+++ chrome/browser/extensions/webstore_inline_install_browsertest.cc (working copy) |
@@ -32,14 +32,10 @@ |
class WebstoreInlineInstallTest : public InProcessBrowserTest { |
public: |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- EnableDOMAutomation(); |
- |
// We start the test server now instead of in |
// SetUpInProcessBrowserTestFixture so that we can get its port number. |
ASSERT_TRUE(test_server()->Start()); |
- InProcessBrowserTest::SetUpCommandLine(command_line); |
- |
net::HostPortPair host_port = test_server()->host_port_pair(); |
test_gallery_url_ = base::StringPrintf( |
"http://%s:%d/files/extensions/api_test/webstore_inline_install", |