Index: extensions/common/api/app_runtime.idl |
diff --git a/extensions/common/api/app_runtime.idl b/extensions/common/api/app_runtime.idl |
index 73200e3cc71869d3e75e921ec501f45290c78e12..41ebeac743a04bf2a7a1673a663848c6986344cd 100644 |
--- a/extensions/common/api/app_runtime.idl |
+++ b/extensions/common/api/app_runtime.idl |
@@ -49,6 +49,10 @@ namespace app.runtime { |
dictionary EmbedRequest { |
DOMString embedderId; |
+ // Optional developer specified data that the app to be embedded can use |
+ // when making an embedding decision. |
+ any? data; |
+ |
// Allows <code>embedderId</code> to embed this app in an <appview> |
// element. The <code>url</code> specifies the content to embed. |
[nocompile] static void allow(DOMString url); |