Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: chrome/browser/debugger/devtools_sanity_browsertest.cc

Issue 10778044: Always enable dom automation for browser_tests. This avoids developers having to call EnableDOMAuto… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/debugger/devtools_sanity_browsertest.cc
===================================================================
--- chrome/browser/debugger/devtools_sanity_browsertest.cc (revision 147000)
+++ chrome/browser/debugger/devtools_sanity_browsertest.cc (working copy)
@@ -122,9 +122,7 @@
public:
DevToolsSanityTest()
: window_(NULL),
- inspected_rvh_(NULL) {
- EnableDOMAutomation();
- }
+ inspected_rvh_(NULL) {}
protected:
void RunTest(const std::string& test_name, const std::string& test_page) {
@@ -270,9 +268,7 @@
class WorkerDevToolsSanityTest : public InProcessBrowserTest {
public:
- WorkerDevToolsSanityTest() : window_(NULL) {
- EnableDOMAutomation();
- }
+ WorkerDevToolsSanityTest() : window_(NULL) {}
protected:
class WorkerData : public base::RefCountedThreadSafe<WorkerData> {
« no previous file with comments | « chrome/browser/content_settings/content_settings_browsertest.cc ('k') | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698