Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 rok temu
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 rok temu
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 rok temu
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 rok temu
cc_param_traits.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 rok temu
cc_param_traits_macros.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 rok temu

README.md

cc/ipc

[TOC]

Overview

cc/ipc provides Chrome IPC legacy param trait validators. cc based structures that are defined in C++ and have mojo based NativeEnum definitions require validators. See cc/mojom for the mojo definitions. Eventually all cc based structures should be defined solely in mojo and then this directory can be removed. However, this will not happen until all structures are sent via mojo only.