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

Unified Diff: mojo/common/test_common_custom_types.mojom

Issue 2577563002: Add struct traits for base::Value. (Closed)
Patch Set: rebase Created 4 years 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 | « mojo/common/common_custom_types_unittest.cc ('k') | mojo/common/values.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/test_common_custom_types.mojom
diff --git a/mojo/common/test_common_custom_types.mojom b/mojo/common/test_common_custom_types.mojom
index aa4cbc3a07a5c86dc92a9516c2e02c31caf7897a..c618032a20c4f9714bbd3f5cbaed148ca06f124b 100644
--- a/mojo/common/test_common_custom_types.mojom
+++ b/mojo/common/test_common_custom_types.mojom
@@ -30,10 +30,15 @@ interface TestTime {
};
interface TestValue {
+ [Sync]
BounceDictionaryValue(mojo.common.mojom.DictionaryValue in)
=> (mojo.common.mojom.DictionaryValue out);
+ [Sync]
BounceListValue(mojo.common.mojom.ListValue in)
=> (mojo.common.mojom.ListValue out);
+ [Sync]
+ BounceValue(mojo.common.mojom.Value? in)
+ => (mojo.common.mojom.Value? out);
};
interface TestString16 {
« no previous file with comments | « mojo/common/common_custom_types_unittest.cc ('k') | mojo/common/values.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698