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

Unified Diff: mojo/public/interfaces/bindings/mojom_files.mojom

Issue 1417473002: Improves the representation of values in Mojom. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove some TODOs. Created 5 years, 2 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 | « no previous file | mojo/public/interfaces/bindings/mojom_types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/mojom_files.mojom
diff --git a/mojo/public/interfaces/bindings/mojom_files.mojom b/mojo/public/interfaces/bindings/mojom_files.mojom
index 187d7b36411c98ace3aa2e7e87c61b683eae678f..b31dbc72d9f18a951fc6c149ac2e604a831b8bc7 100644
--- a/mojo/public/interfaces/bindings/mojom_files.mojom
+++ b/mojo/public/interfaces/bindings/mojom_files.mojom
@@ -59,13 +59,13 @@ struct MojomFileGraph {
// All the files in this graph. The keys are file names
map<string, MojomFile> files;
- // All the resolved user-defined types known to this descriptor. The keys are
+ // All the resolved user-defined types known to this structure. The keys are
// the |type_key|s.
map<string, UserDefinedType> resolved_types;
- // All the resolved declared constants known to this descriptor. The keys are
- // the |constant_key|s.
- map<string, DeclaredConstant> resolved_constants;
+ // All the resolved user-defined values known to this structure. The keys are
+ // the |value_key|s.
+ map<string, UserDefinedValue> resolved_values;
};
// A KeysByType struct organizes by type all of the type and constant keys known
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/mojom_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698