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

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

Issue 2847013002: Switch to mojo localstorage backend by default. (Closed)
Patch Set: minor cleanup Created 3 years, 7 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_wrapper.h
diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h
index c8945c24e066cab7ab558f2aff3e340677b5920c..4eef34a6335f357e6f2d77664a9783675ddd49a6 100644
--- a/content/browser/dom_storage/dom_storage_context_wrapper.h
+++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
@@ -77,6 +77,9 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
void OpenLocalStorage(const url::Origin& origin,
mojom::LevelDBWrapperRequest request);
+ leveldb::mojom::LevelDBDatabaseAssociatedRequest
+ LocalStorageDatabaseRequestForTesting();
+
private:
friend class DOMStorageMessageFilter; // for access to context()
friend class SessionStorageNamespaceImpl; // ditto

Powered by Google App Engine
This is Rietveld 408576698