0
Files
src/tools/json_schema_compiler
Tim Judkins 3bb9a5cc0d [extensions] Remove allowAmbiguousOptionalArguments from API schemas
In the extension bindings this property used to be required if an API
had optional inner arguments where they could be ambiguous due to not
having clearly different types. However during one of the bindings
re-writes this property stopped being consumed.

This CL removes it from the few schemas that still had it listed, along
with the parsing for the extended attribute version in the schema
compiler. No behavior change is expected.

Bug: N/A
Change-Id: Ic33e1639cea7ed84a97f59e55266a724cbab43c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5479727
Commit-Queue: Tim <tjudkins@chromium.org>
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1291651}
2024-04-24 01:34:10 +00:00
..