| Index: components/arc/common/intent_helper.mojom
|
| diff --git a/components/arc/common/intent_helper.mojom b/components/arc/common/intent_helper.mojom
|
| index ed4f217bb620e459b4651800a4eabf80e401bf9d..1bc7c4558f9da9d7210c9826d79f714c69c34880 100644
|
| --- a/components/arc/common/intent_helper.mojom
|
| +++ b/components/arc/common/intent_helper.mojom
|
| @@ -136,7 +136,7 @@ interface IntentHelperInstance {
|
|
|
| // Asks the ContentResolver to get an FD to read the file specified by the
|
| // URL.
|
| - [MinVersion=15] OpenFileToRead@12(string url) => (handle fd);
|
| + [MinVersion=15] OpenFileToRead@12(string url) => (handle? fd);
|
|
|
| // Requests 48dp * 48dp icons of the |activities| suitable for the
|
| // |scale_factor|. An array of icon data will be returned.
|
|
|