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

Unified Diff: Source/devtools/protocol.json

Issue 251183005: [4/4] Process clearBrowserCahce/cookies commands in browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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
« no previous file with comments | « Source/core/inspector/InspectorResourceAgent.cpp ('k') | Source/web/InspectorClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 007cd08207193bbb9ff0f481fdc647f1380d5629..8adae1dba4d2460dd0a3f9e4277c7fd2ed84c244 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1134,7 +1134,7 @@
{
"name": "clearBrowserCache",
"description": "Clears browser cache.",
- "handlers": ["browser", "renderer"]
+ "handlers": ["browser"]
},
{
"name": "canClearBrowserCookies",
@@ -1146,7 +1146,7 @@
{
"name": "clearBrowserCookies",
"description": "Clears browser cookies.",
- "handlers": ["browser", "renderer"]
+ "handlers": ["browser"]
},
{
"name": "emulateNetworkConditions",
« no previous file with comments | « Source/core/inspector/InspectorResourceAgent.cpp ('k') | Source/web/InspectorClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698