| Index: chrome/common/OWNERS
|
| diff --git a/chrome/common/OWNERS b/chrome/common/OWNERS
|
| index 13f1ffd26af089320661d9fd5773647fef62d04a..3ff48b8e002c03bf5bf828a7a0415c743a7a2ec2 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
|
|
|