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

Unified Diff: chrome/common/OWNERS

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small twiddles Created 4 years, 6 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 849bf4d8698e9e673886697e6ef7a5eb5fd79def..257e9cc710b31e802db0a93051b492fcf038f0f5 100644
--- a/chrome/common/OWNERS
+++ b/chrome/common/OWNERS
@@ -24,6 +24,20 @@ per-file *_messages*.h=palmer@chromium.org
per-file *_messages*.h=tsepez@chromium.org
per-file *_messages*.h=wfh@chromium.org
+# Changes to Mojo interfaces require a security review to avoid
+# introducing new sandbox escapes.
+per-file *.mojom=set noparent
+per-file *.mojom=dcheng@chromium.org
+per-file *.mojom=inferno@chromium.org
+per-file *.mojom=jln@chromium.org
+per-file *.mojom=jschuh@chromium.org
+per-file *.mojom=kenrb@chromium.org
+per-file *.mojom=mkwst@chromium.org
+per-file *.mojom=nasko@chromium.org
+per-file *.mojom=palmer@chromium.org
+per-file *.mojom=tsepez@chromium.org
+per-file *.mojom=wfh@chromium.org
+
# 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