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

Unified Diff: content/browser/indexed_db/indexed_db_factory_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/browser/indexed_db/indexed_db_factory_impl.h
diff --git a/content/browser/indexed_db/indexed_db_factory_impl.h b/content/browser/indexed_db/indexed_db_factory_impl.h
index 9190da10c617e640f88b456054a5bcd78bdbf782..68e5a3e4c6a5e5b1f1ada1ff9169307c4236508f 100644
--- a/content/browser/indexed_db/indexed_db_factory_impl.h
+++ b/content/browser/indexed_db/indexed_db_factory_impl.h
@@ -48,7 +48,8 @@ class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory {
scoped_refptr<net::URLRequestContextGetter> request_context_getter,
scoped_refptr<IndexedDBCallbacks> callbacks,
const url::Origin& origin,
- const base::FilePath& data_directory) override;
+ const base::FilePath& data_directory,
+ bool forced_close) override;
jsbell 2017/01/20 19:34:25 nit: it's 'force_close' (no 'd') elsewhere
eostroukhov 2017/01/20 19:45:25 Done.
void HandleBackingStoreFailure(const url::Origin& origin) override;
void HandleBackingStoreCorruption(

Powered by Google App Engine
This is Rietveld 408576698