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

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

Issue 9695013: DOMStorageContextImpl that's implemented in terms of the new dom_storage classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/dom_storage_uitest.cc
===================================================================
--- content/browser/in_process_webkit/dom_storage_uitest.cc (revision 127221)
+++ content/browser/in_process_webkit/dom_storage_uitest.cc (working copy)
@@ -10,7 +10,12 @@
#include "chrome/test/ui/ui_layout_test.h"
#include "content/public/common/content_switches.h"
#include "net/base/net_util.h"
+#include "webkit/dom_storage/dom_storage_types.h"
+#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND
+// No longer applicable.
+#else
+
static const char* kRootFiles[] = {
"clear.html",
// "complex-keys.html", // Output too big for a cookie. crbug.com/33472
@@ -210,3 +215,5 @@
QuitBrowser();
EXPECT_TRUE(StorageDirIsEmpty());
}
+
+#endif // ENABLE_NEW_DOM_STORAGE_BACKEND

Powered by Google App Engine
This is Rietveld 408576698