| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index c7ec9290fedd7999978b4c4032e3fdee40c97e5a..9d0cf7102acee0b82db977b4fb03d02b7c4eec34 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -259,6 +259,11 @@
|
| "description": "Navigates current page to the given URL."
|
| },
|
| {
|
| + "name": "stopLoading",
|
| + "description": "Force the page stop all navigations and pending resource fetches.",
|
| + "experimental": true
|
| + },
|
| + {
|
| "name": "getNavigationHistory",
|
| "returns": [
|
| { "name": "currentIndex", "type": "integer", "description": "Index of the current navigation history entry." },
|
|
|