Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json

Issue 2654483004: [DevTools] Provide a way to delete Indexed DBs (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
index 37e7db9f29d9f7661185ddf6f706f7dd4d413a9d..190cc78f4f736d66b6b8292fe8bdf6e43ec9873a 100644
--- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
+++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
@@ -1,3 +1,4 @@
+
pfeldman 2017/01/24 23:14:21 revert blank line
eostroukhov 2017/01/25 19:56:35 Done.
{
"protocol": {
"path": "browser_protocol.json",
@@ -42,7 +43,7 @@
},
{
"domain": "IndexedDB",
- "async": ["requestDatabaseNames", "requestDatabase", "requestData", "clearObjectStore"]
+ "async": ["requestDatabaseNames", "requestDatabase", "requestData", "clearObjectStore", "deleteDatabase"]
},
{
"domain": "LayerTree"

Powered by Google App Engine
This is Rietveld 408576698