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

Unified Diff: content/browser/dom_storage/dom_storage_context_impl.cc

Issue 10086018: More DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/dom_storage/dom_storage_context_impl.cc
===================================================================
--- content/browser/dom_storage/dom_storage_context_impl.cc (revision 132231)
+++ content/browser/dom_storage/dom_storage_context_impl.cc (working copy)
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/dom_storage/dom_storage_context_impl_new.h"
+#include "content/browser/dom_storage/dom_storage_context_impl.h"
-#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND
-
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/message_loop_proxy.h"
@@ -182,5 +180,3 @@
existing_namespace_id, clone_id));
return clone_id;
}
-
-#endif // ENABLE_NEW_DOM_STORAGE_BACKEND
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_impl.h ('k') | content/browser/dom_storage/dom_storage_context_impl_new.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698