| 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 7314906dd1ac2c82dd8c4597f83f233969525795..eb12b962450c3d469e5ed1f8d7073775721dca32 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -715,6 +715,13 @@
|
| "description": "Emulates the given media for CSS media queries."
|
| },
|
| {
|
| + "name": "setCPUThrottlingRate",
|
| + "parameters": [
|
| + { "name": "rate", "type": "number", "description": "Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc)." }
|
| + ],
|
| + "description": "Enables CPU throttling to emulate slow CPUs."
|
| + },
|
| + {
|
| "name": "canEmulate",
|
| "description": "Tells whether emulation is supported.",
|
| "returns": [
|
|
|