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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.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: third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
index f50b39d1f1ac44cbf3d28e2c69a46346051965c1..c8ae8cb477a9db36b0060910ccedfbe663363eda 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h
@@ -51,7 +51,8 @@ class WebIDBFactory {
const WebSecurityOrigin&) = 0;
virtual void deleteDatabase(const WebString& name,
WebIDBCallbacks*,
- const WebSecurityOrigin&) = 0;
+ const WebSecurityOrigin&,
+ bool forceClose) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698