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

Unified Diff: mojom/mojom_parser/serialization/serialization.go

Issue 1829403004: mojom_types.mojom: Add |min_version| fields in a few more places. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 | « mojom/mojom_parser/generated/mojom_types/mojom_types.mojom.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_parser/serialization/serialization.go
diff --git a/mojom/mojom_parser/serialization/serialization.go b/mojom/mojom_parser/serialization/serialization.go
index 47acd5364935ca8e1d2510fa27ba399cf8a29ff0..cb54e55e2bdee38ad8a834c8e84d084483e20b3b 100644
--- a/mojom/mojom_parser/serialization/serialization.go
+++ b/mojom/mojom_parser/serialization/serialization.go
@@ -624,7 +624,6 @@ func translateUserValueRef(r *mojom.UserValueRef) mojom_types.Value {
return &mojom_types.ValueUserValueReference{mojom_types.UserValueReference{
Identifier: r.Identifier(),
ValueKey: valueKey}}
- // We do not populate ResolvedConcreteValue because it is deprecated.
}
}
« no previous file with comments | « mojom/mojom_parser/generated/mojom_types/mojom_types.mojom.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698