Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/common/extensions/api/guest_view_internal.json

Issue 354483004: Implement <appview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Addressed comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698