| 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 62a6c7b2d660900668f86d7cf25af9cc4dd0d64a..481463c61ee1efffee9b3b533b762e52c8ccadb2 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." }
|
|
|