0

Fix protobuf exception for IPC message presubmit check.

Bug: 328417294
Change-Id: Ib3d5e307cb6e0b4aa39e0ce1d29a9c477a6e3bd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6237095
Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org>
Owners-Override: Shibalik Mohapatra <shibalik@chromium.org>
Commit-Queue: Shibalik Mohapatra <shibalik@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1416984}
This commit is contained in:
Evan Stade
2025-02-06 13:15:31 -08:00
committed by Chromium LUCI CQ
parent de7db05ec3
commit 23a77dae52

@ -4451,7 +4451,7 @@ def _CheckChangeForIpcSecurityOwners(input_api, output_api):
# matching the above patterns, which trigger false positives.
'third_party/crashpad/*',
'third_party/blink/renderer/platform/bindings/*',
'third_party/protobuf/benchmarks/python/*',
'third_party/protobuf/*',
'third_party/win_build_output/*',
# Enum-only mojoms used for web metrics, so no security review needed.
'third_party/blink/public/mojom/use_counter/metrics/*',