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

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

Issue 378783002: Initial implementation of the <extensionoptions> GuestView tag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix problems with attaching guest view, add extension function dispatcher 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..61378ccf72d8fa0234eb90444bbf34d2bbfc19ab 100644
--- a/chrome/common/extensions/api/guest_view_internal.json
+++ b/chrome/common/extensions/api/guest_view_internal.json
@@ -26,6 +26,10 @@
"storagePartitionId": {
"type": "string",
"optional": true
+ },
+ "extensionId": {
Fady Samuel 2014/07/11 21:08:05 Revert. This change is no longer necessary. create
ericzeng 2014/07/12 00:19:17 Done.
+ "type": "string",
+ "optional": true
}
}
},

Powered by Google App Engine
This is Rietveld 408576698