Chromium Code Reviews| Index: webkit/dom_storage/dom_storage_types.h |
| =================================================================== |
| --- webkit/dom_storage/dom_storage_types.h (revision 122851) |
| +++ webkit/dom_storage/dom_storage_types.h (working copy) |
| @@ -12,6 +12,8 @@ |
| #include "base/nullable_string16.h" |
| #include "base/string16.h" |
| +#define ENABLE_NEW_DOM_STORAGE_BACKEND |
|
benm (inactive)
2012/02/23 19:17:15
Maybe a comment on this to say how the flag is use
michaeln
2012/02/28 01:14:54
Done.
|
| + |
| namespace dom_storage { |
| // The quota for each storage area. Suggested by the spec. |