| Index: content/test/layout_browsertest.cc
|
| ===================================================================
|
| --- content/test/layout_browsertest.cc (revision 147000)
|
| +++ content/test/layout_browsertest.cc (working copy)
|
| @@ -95,14 +95,12 @@
|
| const FilePath& test_parent_dir, const FilePath& test_case_dir)
|
| : test_parent_dir_(test_parent_dir), test_case_dir_(test_case_dir),
|
| port_(-2) {
|
| - EnableDOMAutomation();
|
| }
|
|
|
| InProcessBrowserLayoutTest::InProcessBrowserLayoutTest(
|
| const FilePath& test_parent_dir, const FilePath& test_case_dir, int port)
|
| : test_parent_dir_(test_parent_dir), test_case_dir_(test_case_dir),
|
| port_(port) {
|
| - EnableDOMAutomation();
|
| }
|
|
|
| InProcessBrowserLayoutTest::~InProcessBrowserLayoutTest() {
|
|
|