Index: chrome/common/extensions/api/webview.json |
diff --git a/chrome/common/extensions/api/webview.json b/chrome/common/extensions/api/webview.json |
index 4f5bdccb3ff8c32d94533c96de6b6ca827a216dc..7f2f6b78851eddaec5e5ceb841dab324f797d5fd 100644 |
--- a/chrome/common/extensions/api/webview.json |
+++ b/chrome/common/extensions/api/webview.json |
@@ -96,6 +96,28 @@ |
] |
}, |
{ |
+ "name": "setPermission", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "type": "integer", |
+ "name": "instanceId" |
+ }, |
+ { |
+ "type": "integer", |
+ "name": "requestId" |
+ }, |
+ { |
+ "type": "boolean", |
+ "name": "shouldAllow" |
+ }, |
+ { |
+ "type": "string", |
+ "name": "userInput" |
+ } |
+ ] |
+ }, |
+ { |
"name": "stop", |
"type": "function", |
"parameters": [ |