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

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

Issue 11088005: Automate more Better Session Restore tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nicer api Created 8 years, 2 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
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();
+}
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_impl.h ('k') | content/public/browser/dom_storage_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698