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

Unified Diff: sky/services/intents/intents.mojom

Issue 1213203008: Make it possible to load Sky demos from local bundles (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: re-upload Created 5 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
« no previous file with comments | « sky/sdk/home.dart ('k') | sky/services/intents/src/org/domokit/intents/ActivityManagerImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/intents/intents.mojom
diff --git a/sky/services/intents/intents.mojom b/sky/services/intents/intents.mojom
index 33cdb927286ddc63d21e234411d3e540bdca9d76..4e0ae3abbcafc8827933c1bdaf5ec245415368cb 100644
--- a/sky/services/intents/intents.mojom
+++ b/sky/services/intents/intents.mojom
@@ -4,6 +4,11 @@
module intents;
+struct StringExtra {
+ string name;
+ string value;
+};
+
struct ComponentName {
string package_name;
string class_name;
@@ -13,6 +18,7 @@ struct Intent {
string action;
string url;
ComponentName? component;
+ array<StringExtra>? string_extras;
};
// TODO(abarth): This interface seems very specific to Android. Do we want to
« no previous file with comments | « sky/sdk/home.dart ('k') | sky/services/intents/src/org/domokit/intents/ActivityManagerImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698