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 50f9ab74f723d577e85a88338e86b5f3f0563261..7ae21d7ac7745862ca77c10b151d423ea3115087 100644 |
--- a/chrome/common/extensions/api/guest_view_internal.json |
+++ b/chrome/common/extensions/api/guest_view_internal.json |
@@ -22,12 +22,7 @@ |
{ |
"type": "object", |
"name": "createParams", |
- "properties": { |
- "storagePartitionId": { |
- "type": "string", |
- "optional": true |
- } |
- } |
+ "additionalProperties": {"type": "any"} |
}, |
{ |
"type": "function", |