Chromium Code Reviews| 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 |