| 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 3447c4c2515df00d2c3e32f30beadb600a132e0f..bd0b1a54872a44a2bd7204f8fe55f47fd5d1448e 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -234,7 +234,6 @@
|
| },
|
| {
|
| "name": "getNavigationHistory",
|
| - "parameters": [],
|
| "returns": [
|
| { "name": "currentIndex", "type": "integer", "description": "Index of the current navigation history entry." },
|
| { "name": "entries", "type": "array", "items": { "$ref": "NavigationEntry" }, "description": "Array of navigation history entries." }
|
| @@ -400,7 +399,6 @@
|
| "name": "captureScreenshot",
|
| "async": true,
|
| "description": "Capture page screenshot.",
|
| - "parameters": [],
|
| "returns": [
|
| { "name": "data", "type": "string", "description": "Base64-encoded image data (PNG)." }
|
| ],
|
|
|