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..ec6c00c66f36d78aa9c9b9f42a82b2ce2ab0cac3 100644 |
--- a/chrome/common/extensions/api/webview.json |
+++ b/chrome/common/extensions/api/webview.json |
@@ -660,6 +660,44 @@ |
] |
}, |
{ |
+ "name": "navigate", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "type": "integer", |
+ "name": "instanceId" |
+ }, |
+ { |
+ "type": "string", |
+ "name": "src" |
+ } |
+ ] |
+ }, |
+ { |
+ "name": "allocateInstanceId", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "name": "api", |
+ "type": "string" |
+ }, |
+ { |
+ "name": "viewInstanceId", |
+ "type": "integer" |
+ }, |
+ { |
+ "type": "function", |
+ "name": "callback", |
+ "parameters": [ |
+ { |
+ "type": "integer", |
+ "name": "instanceId" |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
"name": "showContextMenu", |
"type": "function", |
"parameters": [ |