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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h

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: 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..6acacea99172d833116b1bede4e3180f7d513df9 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) = 0;
cmumford 2017/01/19 20:47:16 add param name.
eostroukhov 2017/01/20 18:43:18 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698