Chromium Code Reviews| Index: content/browser/dom_storage/dom_storage_context_impl.cc |
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.cc b/content/browser/dom_storage/dom_storage_context_impl.cc |
| index 0a6a56153a31fb03b4002dbd363e7c475edcce96..ddbb49d8989494ee98b584dbe81dadab1907e089 100644 |
| --- a/content/browser/dom_storage/dom_storage_context_impl.cc |
| +++ b/content/browser/dom_storage/dom_storage_context_impl.cc |
| @@ -129,3 +129,7 @@ void DOMStorageContextImpl::Shutdown() { |
| DomStorageTaskRunner::PRIMARY_SEQUENCE, |
| base::Bind(&DomStorageContext::Shutdown, context_)); |
| } |
| + |
| +void DOMStorageContextImpl::DisableCommitDelayForTesting() { |
|
sky
2012/10/10 16:45:49
Order doesn't match header.
marja
2012/10/11 11:58:30
Done.
|
| + DomStorageArea::DisableCommitDelayForTesting(); |
| +} |