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

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

Issue 618823002: GuestView: Move lifetime management out of content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment Created 6 years, 3 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
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | extensions/renderer/resources/web_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/guest_view_internal.json
diff --git a/extensions/common/api/guest_view_internal.json b/extensions/common/api/guest_view_internal.json
index bafb2ed89ef86e0ef9c4d274604bdaf34364c6a8..9a96f0ba86e78c4a737ad454359520f8e06904f9 100644
--- a/extensions/common/api/guest_view_internal.json
+++ b/extensions/common/api/guest_view_internal.json
@@ -67,6 +67,16 @@
]
},
{
+ "name": "destroyGuest",
+ "type": "function",
+ "parameters": [
+ {
+ "type": "integer",
+ "name": "instanceId"
+ }
+ ]
+ },
+ {
"name": "setAutoSize",
"type": "function",
"parameters": [
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | extensions/renderer/resources/web_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698