| 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..e274343865b377a8d33955774a1812f8539a01a8 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."
|
| @@ -359,6 +364,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."
|
|
|