| Index: chrome/common/extensions/api/webview.json
|
| diff --git a/chrome/common/extensions/api/webview.json b/chrome/common/extensions/api/webview.json
|
| index 3de3b6e23d03df285e9de340a232a99d31329632..6a5cea0d85973bbab3dc4792ba6233d4cd1c581b 100644
|
| --- a/chrome/common/extensions/api/webview.json
|
| +++ b/chrome/common/extensions/api/webview.json
|
| @@ -327,6 +327,11 @@
|
| "description": "The instance ID of the guest <webview> process."
|
| },
|
| {
|
| + "type": "string",
|
| + "name": "src",
|
| + "description": "The src of the guest <webview> process."
|
| + },
|
| + {
|
| "$ref": "tabs.InjectDetails",
|
| "name": "details",
|
| "description": "Details of the script to run."
|
|
|