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

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

Issue 1786543002: Mojom parser: Stop populating the complete_typeset field. (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 | « no previous file | mojo/public/tools/bindings/mojom_tool/bin/linux64/mojom.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/mojom_types.mojom
diff --git a/mojo/public/interfaces/bindings/mojom_types.mojom b/mojo/public/interfaces/bindings/mojom_types.mojom
index bd29dbcabb81d763ea5633c0bff18b10e1f6b3e6..d532d0215f123ae9445292895c0a6f64b8881a9e 100644
--- a/mojo/public/interfaces/bindings/mojom_types.mojom
+++ b/mojo/public/interfaces/bindings/mojom_types.mojom
@@ -463,6 +463,9 @@ struct ServiceTypeInfo {
// All of the type_keys of the types in the complete type set of the serive.
// Note that this set is not restricted to the types from a single .mojom
// file.
+ // Note(rudominer) Currently this array is not being populated by the Mojom
+ // parser because it is expensive to do so and the value is not being used.
+ // This field is deprecated and may be removed in the future.
array<string> complete_type_set;
};
« no previous file with comments | « no previous file | mojo/public/tools/bindings/mojom_tool/bin/linux64/mojom.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698