| Index: chrome/common/OWNERS
|
| diff --git a/chrome/common/OWNERS b/chrome/common/OWNERS
|
| index 5842c7bdfc0dccf5c61b123a4e6902701edc6a41..69ca99f0b75997996a3ab59f2464596f47053d3c 100644
|
| --- a/chrome/common/OWNERS
|
| +++ b/chrome/common/OWNERS
|
| @@ -12,6 +12,11 @@ per-file nacl_loader.sb=rsesek@chromium.org
|
| per-file *_messages*.h=set noparent
|
| per-file *_messages*.h=file://ipc/SECURITY_OWNERS
|
|
|
| +# Changes to Mojo interfaces require a security review to avoid
|
| +# introducing new sandbox escapes.
|
| +per-file *.mojom=set noparent
|
| +per-file *.mojom=file://ipc/SECURITY_OWNERS
|
| +
|
| # Spellcheck files. Not using spellcheck* since it covers IPC messages too.
|
| per-file spellcheck_bdict_language.h=groby@chromium.org
|
| per-file spellcheck_bdict_language.h=rouslan@chromium.org
|
|
|