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

Unified Diff: content/common/indexed_db/indexed_db.mojom

Issue 2642943002: Allow closing IndexedDB database before deleting (Closed)
Patch Set: Fixed compilation errors in tests Created 3 years, 11 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/common/indexed_db/indexed_db.mojom
diff --git a/content/common/indexed_db/indexed_db.mojom b/content/common/indexed_db/indexed_db.mojom
index 89f3bdac31dd8c29889d2bfb85dde7f6f69c9e0b..af8433be48061f89fbef3e59c0e3751acfdf56fc 100644
--- a/content/common/indexed_db/indexed_db.mojom
+++ b/content/common/indexed_db/indexed_db.mojom
@@ -322,5 +322,5 @@ interface Factory {
associated DatabaseCallbacks database_callbacks, url.mojom.Origin origin,
mojo.common.mojom.String16 name, int64 version, int64 transaction_id);
DeleteDatabase(associated Callbacks callbacks, url.mojom.Origin origin,
- mojo.common.mojom.String16 name);
+ mojo.common.mojom.String16 name, bool force_close);
};

Powered by Google App Engine
This is Rietveld 408576698