Chromium Code Reviews| 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..7cfcffe4bdd7076cea74aa43b4f01ba1c7f77b9a 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) override; |
|
cmumford
2017/01/19 20:47:16
Only omit parameter name when it's purpose is obvi
eostroukhov
2017/01/20 18:43:18
Added a parameter name.
|
| private: |
| class IOThreadHelper; |