Attention is currently required from: Devlin Cronin.
Claudio DeSouza would like Devlin Cronin to review this change.
[json-schema-compiler] Support absl::optional for function fields
This CL follows up on work to replace the use of std::unique_ptr<T> as
the stand in optional type with absl::optional.
Bug: 1354063
Change-Id: I86495e579ffc6080b8aba09c6c6987c42bc343c1
---
M chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h
M tools/json_schema_compiler/cc_generator.py
M tools/json_schema_compiler/cpp_util.py
M tools/json_schema_compiler/test/functions_as_parameters_unittest.cc
4 files changed, 20 insertions(+), 7 deletions(-)
To view, visit change 3889059. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Claudio DeSouza.
Patch set 3:Code-Review +1
1 comment:
Patchset:
LGTM!
To view, visit change 3889059. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Claudio DeSouza.
Patch set 7:Commit-Queue +2
Chromium LUCI CQ submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[json-schema-compiler] Support absl::optional for function fields
This CL follows up on work to replace the use of std::unique_ptr<T> as
the stand in optional type with absl::optional.
Bug: 1354063
Change-Id: I86495e579ffc6080b8aba09c6c6987c42bc343c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3889059
Reviewed-by: Devlin Cronin <rdevlin...@chromium.org>
Commit-Queue: Claudio DeSouza <cdes...@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1047691}
---
M chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h
M tools/json_schema_compiler/cc_generator.py
M tools/json_schema_compiler/cpp_util.py
M tools/json_schema_compiler/test/functions_as_parameters_unittest.cc
4 files changed, 24 insertions(+), 7 deletions(-)