| Index: content/browser/in_process_webkit/dom_storage_uitest.cc
|
| ===================================================================
|
| --- content/browser/in_process_webkit/dom_storage_uitest.cc (revision 127574)
|
| +++ content/browser/in_process_webkit/dom_storage_uitest.cc (working copy)
|
| @@ -10,12 +10,7 @@
|
| #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
|
| @@ -215,5 +210,3 @@
|
| QuitBrowser();
|
| EXPECT_TRUE(StorageDirIsEmpty());
|
| }
|
| -
|
| -#endif // ENABLE_NEW_DOM_STORAGE_BACKEND
|
|
|
| Property changes on: content/browser/in_process_webkit/dom_storage_uitest.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|