Chromium Code Reviews| 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." |
|
not at google - send to devlin
2014/04/07 17:43:00
why does this need to be exposed to the API?
Fady Samuel
2014/04/07 17:49:32
This is an internal API.
Xi Han
2014/04/07 21:03:37
Done.
Xi Han
2014/04/07 21:03:37
Done.
|
| + }, |
| + { |
| "$ref": "tabs.InjectDetails", |
| "name": "details", |
| "description": "Details of the script to run." |