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

Unified Diff: mojo/common/test_common_custom_types.mojom

Issue 2013863003: Add mojom structs for base::Time, base::TimeDelta and base::TimeTicks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « mojo/common/common_custom_types_unittest.cc ('k') | no next file » | 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 314f131a12e8bf8786c99533022a248c1c9c165d..db91a4f53f45727b51b527c0b7d0c86fa1d574e3 100644
--- a/mojo/common/test_common_custom_types.mojom
+++ b/mojo/common/test_common_custom_types.mojom
@@ -11,6 +11,14 @@ interface TestFilePath {
=> (mojo.common.mojom.FilePath out);
};
+interface TestTime {
+ BounceTime(mojo.common.mojom.Time time) => (mojo.common.mojom.Time time);
+ BounceTimeDelta(mojo.common.mojom.TimeDelta time_delta)
+ => (mojo.common.mojom.TimeDelta time_delta);
+ BounceTimeTicks(mojo.common.mojom.TimeTicks time_ticks)
+ => (mojo.common.mojom.TimeTicks time_ticks);
+};
+
interface TestValue {
BounceDictionaryValue(mojo.common.mojom.DictionaryValue in)
=> (mojo.common.mojom.DictionaryValue out);
« no previous file with comments | « mojo/common/common_custom_types_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698