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

Unified Diff: content/browser/dom_storage/local_storage_context_mojo.h

Issue 2611743002: Integrate mojo localstorage implementation with DOMStorageContext API. (Closed)
Patch Set: add flush Created 3 years, 12 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/local_storage_context_mojo.h
diff --git a/content/browser/dom_storage/local_storage_context_mojo.h b/content/browser/dom_storage/local_storage_context_mojo.h
index c6fea56a4b85a123fca2005affad8a2e6b47b0f5..e9d2f532952e86e484bad1761a59273df192f99c 100644
--- a/content/browser/dom_storage/local_storage_context_mojo.h
+++ b/content/browser/dom_storage/local_storage_context_mojo.h
@@ -40,6 +40,7 @@ class CONTENT_EXPORT LocalStorageContextMojo {
void DeleteStorage(const url::Origin& origin);
// Like DeleteStorage(), but also deletes storage for all sub-origins.
void DeleteStorageForPhysicalOrigin(const url::Origin& origin);
+ void Flush();
void SetDatabaseForTesting(leveldb::mojom::LevelDBDatabasePtr database);

Powered by Google App Engine
This is Rietveld 408576698