| 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.
|
|
|