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

Unified Diff: chrome/common/extensions/api/appview_tag.idl

Issue 1010253003: Updating documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/appview_tag.idl
diff --git a/chrome/common/extensions/api/appview_tag.idl b/chrome/common/extensions/api/appview_tag.idl
index 2d8119c8b50bd9c06f27c483b7a99ca4c64be60b..4bc62935e0e652954ca787d5f1b215b20c6f274a 100644
--- a/chrome/common/extensions/api/appview_tag.idl
+++ b/chrome/common/extensions/api/appview_tag.idl
@@ -13,6 +13,9 @@ namespace appviewTag {
// allow the embedding and what to embed based on the embedder making the
// request.
dictionary EmbedRequest {
+ // The ID of the app that sent the embedding request.
+ string embedderId;
+
// Optional developer specified data that the app to be embedded can use
// when making an embedding decision.
object data;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698