| Index: chrome/common/extensions/api/web_view_internal.json
|
| diff --git a/chrome/common/extensions/api/web_view_internal.json b/chrome/common/extensions/api/web_view_internal.json
|
| index a05e860903455d5efdbc1a08ab333596b4721075..e496e9ae07068ffeb7f9a694b37e57f108fc2c4b 100644
|
| --- a/chrome/common/extensions/api/web_view_internal.json
|
| +++ b/chrome/common/extensions/api/web_view_internal.json
|
| @@ -351,7 +351,7 @@
|
| "description": "The src of the guest <webview> tag."
|
| },
|
| {
|
| - "$ref": "tabs.InjectDetails",
|
| + "$ref": "extensionTypes.InjectDetails",
|
| "name": "details",
|
| "description": "Details of the script to run."
|
| },
|
| @@ -388,7 +388,7 @@
|
| "description": "The src of the guest <webview> tag."
|
| },
|
| {
|
| - "$ref": "tabs.InjectDetails",
|
| + "$ref": "extensionTypes.InjectDetails",
|
| "name": "details",
|
| "description": "Details of the CSS text to insert."
|
| },
|
|
|