| 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..12617f8ce2fc318e8e14175a406c4cc111e7cb87 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 force_close) override;
|
|
|
| void HandleBackingStoreFailure(const url::Origin& origin) override;
|
| void HandleBackingStoreCorruption(
|
|
|