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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2517223002: Move content/renderer/background_sync to Blink (Closed)
Patch Set: Remove extra includes and make DEPS more specific 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
Index: mojo/common/common_custom_types.mojom
diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom
index 203fa3c844d7283d0570cb03f5d6513d315a0906..16c684e23680ba07a2ea31afa9ce3022fc6f4a1a 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -13,8 +13,9 @@ struct ListValue;
[Native]
struct DictionaryValue;
-[Native]
-struct Time;
+struct Time {
+ double seconds;
jbroman 2016/11/21 21:36:01 You'll want the opinion of a mojo/common/ owner, b
+};
struct TimeDelta {
int64 microseconds;

Powered by Google App Engine
This is Rietveld 408576698