Chromium Code Reviews| 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; |
| }; |