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

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

Issue 2485043003: arc: Make IntentHelper::OpenFileToRead's return value nullable (Closed)
Patch Set: Created 4 years, 1 month 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 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.
« 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