| 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;
|
|
|