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

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

Issue 1214633008: SkyDemo should launch demos in their own windows (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
Index: sky/services/intents/intents.mojom
diff --git a/sky/services/intents/intents.mojom b/sky/services/intents/intents.mojom
index 6e48dd9dd811e013119938ee8574371969c5ba96..848fd722a768ec5ed1694702b042aed4a3f08aea 100644
--- a/sky/services/intents/intents.mojom
+++ b/sky/services/intents/intents.mojom
@@ -17,6 +17,7 @@ struct ComponentName {
struct Intent {
string action;
string url;
+ int32 flags;
eseidel 2015/07/07 20:34:23 uint?
ComponentName? component;
array<StringExtra>? string_extras;
};
« no previous file with comments | « sky/sdk/lib/mojo/activity.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