| Index: content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| ===================================================================
|
| --- content/browser/in_process_webkit/indexed_db_browsertest.cc (revision 147000)
|
| +++ content/browser/in_process_webkit/indexed_db_browsertest.cc (working copy)
|
| @@ -35,9 +35,7 @@
|
| // the actual implementation that lives in the browser side (in_process_webkit).
|
| class IndexedDBBrowserTest : public InProcessBrowserTest {
|
| public:
|
| - IndexedDBBrowserTest() {
|
| - EnableDOMAutomation();
|
| - }
|
| + IndexedDBBrowserTest() {}
|
|
|
| GURL GetTestURL(const FilePath& file_path) {
|
| FilePath dir;
|
|
|