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

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

Issue 2424273002: arc: Add clip_data_uri field to IntentInfo struct. (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 906081dcf075d2a6c730bcb7f2914af64f94018a..a371fe955c2f180fe998e64a5548c8291fb0917c 100644
--- a/components/arc/common/intent_helper.mojom
+++ b/components/arc/common/intent_helper.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// Next MinVersion: 13
+// Next MinVersion: 14
module arc.mojom;
@@ -37,6 +37,7 @@ struct IntentInfo {
array<string>? categories;
string? data; // URI
string? type; // explicit MIME type for data
+ [MinVersion=13] string? clip_data_uri; // optional URI to provide as ClipData
};
struct IntentFilter {
« 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