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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 2003253002: [Devtools] Allow User-Agent header override for Websockets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index 213274bd7c8adcb883b02f603dbb18ffa804ef8c..f26a84e2d9d99d7450d78fff6b7be9761e0387b2 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -1450,6 +1450,7 @@
{
"name": "setUserAgentOverride",
"description": "Allows overriding user agent with the given string.",
+ "handlers": ["browser", "renderer"],
"parameters": [
{ "name": "userAgent", "type": "string", "description": "User agent to use." }
]

Powered by Google App Engine
This is Rietveld 408576698