| Index: third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| index 1d41cd190188bd718f0c57ece0357df0fffa6917..1a6d110774cc811cdd91b545cfa5619c92eb7e39 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.h
|
| @@ -73,6 +73,9 @@ class MODULES_EXPORT InspectorIndexedDBAgent final
|
| const String& databaseName,
|
| const String& objectStoreName,
|
| std::unique_ptr<ClearObjectStoreCallback>) override;
|
| + void deleteDatabase(const String& securityOrigin,
|
| + const String& databaseName,
|
| + std::unique_ptr<DeleteDatabaseCallback>) override;
|
|
|
| private:
|
| Member<InspectedFrames> m_inspectedFrames;
|
|
|