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

Unified Diff: components/arc/common/intent_helper.mojom

Issue 2448833006: arc: Make ActivityName.activity_name nullable. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/intent_helper.mojom
diff --git a/components/arc/common/intent_helper.mojom b/components/arc/common/intent_helper.mojom
index 9c00a9f891004656824a731f31bbefa4da543c84..14c7212e3cc00bdbd26095e82d8714312620720a 100644
--- a/components/arc/common/intent_helper.mojom
+++ b/components/arc/common/intent_helper.mojom
@@ -65,7 +65,7 @@ struct IntentHandlerInfo {
// Describes an activity.
struct ActivityName {
string package_name;
- string activity_name;
+ string? activity_name; // may be null to indicate any activity within package
};
// Describes an icon for the activity.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698