| Index: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (revision 147000)
|
| +++ content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (working copy)
|
| @@ -56,9 +56,7 @@
|
| class ResourceDispatcherHostBrowserTest : public InProcessBrowserTest,
|
| public DownloadManager::Observer {
|
| public:
|
| - ResourceDispatcherHostBrowserTest() : got_downloads_(false) {
|
| - EnableDOMAutomation();
|
| - }
|
| + ResourceDispatcherHostBrowserTest() : got_downloads_(false) {}
|
|
|
| protected:
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
|
|