diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-06 18:52:50 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-06 18:52:50 +0000 |
commit | 7c97092dd4e06d9f0ec24ebbab4376312add9ee1 (patch) | |
tree | a2b431a7a11d54f670e1fba5aa14f0cb17017c50 /webkit/dom_storage | |
parent | 6929db62ddd019b460eb846536389edce611f611 (diff) | |
download | chromium_src-7c97092dd4e06d9f0ec24ebbab4376312add9ee1.zip chromium_src-7c97092dd4e06d9f0ec24ebbab4376312add9ee1.tar.gz chromium_src-7c97092dd4e06d9f0ec24ebbab4376312add9ee1.tar.bz2 |
ENABLE_NEW_DOM_STORAGE_BACKEND
BUG=106763
Review URL: https://chromiumcodereview.appspot.com/9808088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/dom_storage')
-rw-r--r-- | webkit/dom_storage/dom_storage_types.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/webkit/dom_storage/dom_storage_types.h b/webkit/dom_storage/dom_storage_types.h index 6adfcf4..fadd467 100644 --- a/webkit/dom_storage/dom_storage_types.h +++ b/webkit/dom_storage/dom_storage_types.h @@ -12,12 +12,10 @@ #include "base/nullable_string16.h" #include "base/string16.h" -// Note: This flag should remain undefined until we're -// ready to use the new backend in chrome and test_shell/DRT. -// This allows us to commit changes behind the flag incrementally -// on trunk, and to enable it in interim snapshots for try runs, -// but to not affect the real build until its ready. -#undef ENABLE_NEW_DOM_STORAGE_BACKEND +// Note: This flag should remain defined in this header until +// all conditional blocks depending on this flag are no longer +// conditional. +#define ENABLE_NEW_DOM_STORAGE_BACKEND namespace dom_storage { |