| 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." }
|
| ]
|
|
|