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

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

Issue 336283002: Remove GuestWebContentsCreated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplify_creation
Patch Set: Addressed comments Created 6 years, 6 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 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": [

Powered by Google App Engine
This is Rietveld 408576698