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

Unified Diff: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc

Issue 10941011: Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 3 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: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
index 3291ab48776e7296be19ac4965fec7c6ee7e90d9..a4c56c8d2cba1da41e4934f4af3f02581ee52461 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -10,13 +10,6 @@ class IndexedDBLayoutTest : public InProcessBrowserLayoutTest {
FilePath(), FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
}
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
- InProcessBrowserLayoutTest::SetUpInProcessBrowserTestFixture();
- AddResourceForLayoutTest(
- FilePath().AppendASCII("fast").AppendASCII("js"),
- FilePath().AppendASCII("resources"));
- }
-
void RunLayoutTests(const char* file_names[]) {
for (size_t i = 0; file_names[i]; i++)
RunLayoutTest(file_names[i]);

Powered by Google App Engine
This is Rietveld 408576698