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

Unified Diff: content/child/indexed_db/webidbfactory_impl.h

Issue 2642943002: Allow closing IndexedDB database before deleting (Closed)
Patch Set: Allow closing IndexedDB database before deleting 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/child/indexed_db/webidbfactory_impl.h
diff --git a/content/child/indexed_db/webidbfactory_impl.h b/content/child/indexed_db/webidbfactory_impl.h
index c5e21d5c7b52f732debd8a569883239a9812749a..bba973ed1733111bffc7dcced24dcfbec37e04bd 100644
--- a/content/child/indexed_db/webidbfactory_impl.h
+++ b/content/child/indexed_db/webidbfactory_impl.h
@@ -40,7 +40,8 @@ class WebIDBFactoryImpl : public blink::WebIDBFactory {
const blink::WebSecurityOrigin& origin) override;
void deleteDatabase(const blink::WebString& name,
blink::WebIDBCallbacks* callbacks,
- const blink::WebSecurityOrigin& origin) override;
+ const blink::WebSecurityOrigin& origin,
+ bool force_close) override;
private:
class IOThreadHelper;

Powered by Google App Engine
This is Rietveld 408576698