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

Unified Diff: components/web_bluetooth/public/interfaces/OWNERS

Issue 2019853002: bluetooth: Use WebBluetoothDeviceId instead of string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-uuid-typemap
Patch Set: Fix build 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: components/web_bluetooth/public/interfaces/OWNERS
diff --git a/components/web_bluetooth/public/interfaces/OWNERS b/components/web_bluetooth/public/interfaces/OWNERS
new file mode 100644
index 0000000000000000000000000000000000000000..6cadf8def0e87d06c490cd61500f880bccf97ef6
--- /dev/null
+++ b/components/web_bluetooth/public/interfaces/OWNERS
@@ -0,0 +1,9 @@
+# Changes to IPC serialization require a security review to avoid introducing
+# new sandbox escapes.
+per-file *_struct_traits*.*=set noparent
+per-file *_struct_traits*.*=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

Powered by Google App Engine
This is Rietveld 408576698