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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2324133003: [Media Router] Use TimeDelta in mojo interfaces (Closed)
Patch Set: Created 4 years, 3 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
Index: mojo/common/common_custom_types.mojom
diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom
index 1eca3a5a6f5ccba3d96b5aea3e28aedda7edb6f4..91774b4dd99bd5b3fe4f912fc5e227eeb920818e 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -16,8 +16,9 @@ struct DictionaryValue;
[Native]
struct Time;
-[Native]
-struct TimeDelta;
+struct TimeDelta {
+ int64 microseconds;
+};
[Native]
struct TimeTicks;

Powered by Google App Engine
This is Rietveld 408576698