| 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 74c3a3a8124d2d220d7b56f981f181689ef4d0b4..dd4e35c4d805d2fcb81aaabb409ee98a334ba9e2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -251,7 +251,8 @@
|
| {
|
| "name": "navigate",
|
| "parameters": [
|
| - { "name": "url", "type": "string", "description": "URL to navigate the page to." }
|
| + { "name": "url", "type": "string", "description": "URL to navigate the page to." },
|
| + { "name": "referrer", "type": "string", "optional": true, "experimental": true, "description": "Referrer URL." }
|
| ],
|
| "returns": [
|
| { "name": "frameId", "$ref": "FrameId", "experimental": true, "description": "Frame id that will be navigated." }
|
|
|