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

Unified Diff: extensions/common/api/app_runtime.idl

Issue 460133002: Allow passing parameters within appview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test Created 6 years, 4 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 | « chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0442b7bc0826bcb48dd5c7056415092d84eb2e47 100644
--- a/extensions/common/api/app_runtime.idl
+++ b/extensions/common/api/app_runtime.idl
@@ -49,6 +49,8 @@ namespace app.runtime {
dictionary EmbedRequest {
DOMString embedderId;
+ any params;
not at google - send to devlin 2014/08/13 23:23:08 If I'm to nit, I don't think "params" is the right
Fady Samuel 2014/08/13 23:42:04 Done.
+
// Allows <code>embedderId</code> to embed this app in an &lt;appview&gt;
// element. The <code>url</code> specifies the content to embed.
[nocompile] static void allow(DOMString url);
« no previous file with comments | « chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698