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

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

Issue 2785943005: DevTools: Fix Network.clearBrowserCookies (Closed)
Patch Set: turn into async Created 3 years, 9 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/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index dcc1e73a93878a82db475636f84a7a1bbd8bc75c..c3ef37a10cc2dc7ed8c761432411940497683b85 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -1274,7 +1274,10 @@
},
{
"name": "clearBrowserCookies",
- "description": "Clears browser cookies."
+ "description": "Clears browser cookies.",
+ "returns": [
+ { "name": "numberDeleted", "type": "number", "description": "The number of cookies successfully deleted." }
+ ]
},
{
"name": "getCookies",

Powered by Google App Engine
This is Rietveld 408576698