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

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

Issue 2607493003: Store a version number in the localstorage database. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | content/browser/dom_storage/local_storage_context_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6ca0df44d662a7cea5e68b6d3f705da2401c05d0..e14f963dce1fedcb5ee11831797bb95fc345647e 100644
--- a/content/browser/dom_storage/local_storage_context_mojo.h
+++ b/content/browser/dom_storage/local_storage_context_mojo.h
@@ -43,6 +43,8 @@ class CONTENT_EXPORT LocalStorageContextMojo {
// Part of our asynchronous directory opening called from OpenLocalStorage().
void OnDirectoryOpened(filesystem::mojom::FileError err);
void OnDatabaseOpened(leveldb::mojom::DatabaseError status);
+ void OnGotDatabaseVersion(leveldb::mojom::DatabaseError status,
+ const std::vector<uint8_t>& value);
// The (possibly delayed) implementation of OpenLocalStorage(). Can be called
// directly from that function, or through |on_database_open_callbacks_|.
« no previous file with comments | « no previous file | content/browser/dom_storage/local_storage_context_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698