Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1442)

Unified Diff: chrome/common/OWNERS

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698