summaryrefslogtreecommitdiffstats
path: root/ios/consumer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ios/consumer/README.txt')
-rw-r--r--ios/consumer/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/consumer/README.txt b/ios/consumer/README.txt
new file mode 100644
index 0000000..b6907ea
--- /dev/null
+++ b/ios/consumer/README.txt
@@ -0,0 +1,7 @@
+This directory exists to allow iOS code that is not yet upstreamed to call
+Chromium code without being vulnerable to breakage during a merge.
+Specifically, not-yet-upstreamed code is allowed to use the interfaces
+provided in public/. Any change to one of these interfaces should get a full
+review from an OWNER, as such a change will require corresponding changes to
+code not yet upstreamed. Any change to code not under public/ can be TBR'd to
+an OWNER.