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

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

Issue 1221123003: SkyDemo should use explicit intents (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 accaf7e35a5055f429f395cb485669e06300eb04..33cdb927286ddc63d21e234411d3e540bdca9d76 100644
--- a/sky/services/intents/intents.mojom
+++ b/sky/services/intents/intents.mojom
@@ -4,9 +4,15 @@
module intents;
+struct ComponentName {
+ string package_name;
+ string class_name;
+};
+
struct Intent {
string action;
string url;
+ ComponentName? component;
};
// 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