| Index: chrome/common/extensions/api/guest_view_internal.json
|
| diff --git a/chrome/common/extensions/api/guest_view_internal.json b/chrome/common/extensions/api/guest_view_internal.json
|
| index d677ae7b0865fba85ba2b0857f3771d11a173fbf..50f9ab74f723d577e85a88338e86b5f3f0563261 100644
|
| --- a/chrome/common/extensions/api/guest_view_internal.json
|
| +++ b/chrome/common/extensions/api/guest_view_internal.json
|
| @@ -11,10 +11,25 @@
|
| "description": "none",
|
| "functions": [
|
| {
|
| - "name": "allocateInstanceId",
|
| + "name": "createGuest",
|
| "type": "function",
|
| "parameters": [
|
| {
|
| + "type": "string",
|
| + "name": "viewType",
|
| + "nodoc": true
|
| + },
|
| + {
|
| + "type": "object",
|
| + "name": "createParams",
|
| + "properties": {
|
| + "storagePartitionId": {
|
| + "type": "string",
|
| + "optional": true
|
| + }
|
| + }
|
| + },
|
| + {
|
| "type": "function",
|
| "name": "callback",
|
| "parameters": [
|
|
|