summaryrefslogtreecommitdiffstats
path: root/content/test/layout_browsertest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-18 18:15:48 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-18 18:15:48 +0000
commit90ca44276a89f9bee8a046270186145bb36e733e (patch)
tree87a16a5a2a1fd1ba1e79447ebb19df2309be7aeb /content/test/layout_browsertest.cc
parent70071b5f5e1142527db6e6e8bded0fa71eb4f260 (diff)
downloadchromium_src-90ca44276a89f9bee8a046270186145bb36e733e.zip
chromium_src-90ca44276a89f9bee8a046270186145bb36e733e.tar.gz
chromium_src-90ca44276a89f9bee8a046270186145bb36e733e.tar.bz2
Always enable dom automation for browser_tests. This avoids developers having to call EnableDOMAutomation manually, which is not evident. ui_tests used to do this automatically.
Also while at it, removed needless InProcessBrowserTest::SetUpCommandLine() calls. Review URL: https://chromiumcodereview.appspot.com/10778044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/layout_browsertest.cc')
-rw-r--r--content/test/layout_browsertest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc
index f457e87..9ccd9db 100644
--- a/content/test/layout_browsertest.cc
+++ b/content/test/layout_browsertest.cc
@@ -95,14 +95,12 @@ InProcessBrowserLayoutTest::InProcessBrowserLayoutTest(
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() {