Index: chrome/common/extensions/api/webview.json |
diff --git a/chrome/common/extensions/api/webview.json b/chrome/common/extensions/api/webview.json |
index 8b995b22a1d5feb72b86d96eb271a3c4cb19f243..1e36e9c211c01eb15f41357bc58a2dbc4df309d0 100644 |
--- a/chrome/common/extensions/api/webview.json |
+++ b/chrome/common/extensions/api/webview.json |
@@ -660,6 +660,20 @@ |
] |
}, |
{ |
+ "name": "navigate", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "type": "integer", |
+ "name": "instanceId" |
+ }, |
+ { |
+ "type": "string", |
+ "name": "src" |
+ } |
+ ] |
+ }, |
+ { |
"name": "showContextMenu", |
"type": "function", |
"parameters": [ |