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_|. |