Chromium Code Reviews| Index: chrome/common/extensions/api/webview.json |
| diff --git a/chrome/common/extensions/api/webview.json b/chrome/common/extensions/api/webview.json |
| index 0fe91ebaadc49788690568f760e0fc54c2362948..8ceafc57bc4a1ca960302f8ca8e5168a9466938d 100644 |
| --- a/chrome/common/extensions/api/webview.json |
| +++ b/chrome/common/extensions/api/webview.json |
| @@ -70,6 +70,20 @@ |
| ] |
| } |
| ] |
| + }, |
| + { |
| + "name": "go", |
| + "type": "function", |
| + "parameters": [ |
| + { |
| + "type": "integer", |
| + "name": "instanceId" |
| + }, |
| + { |
| + "type": "integer", |
| + "name": "relativeIndex" |
| + } |
| + ] |
| } |
| ] |
| } |