Index: components/infobars/README |
diff --git a/components/infobars/README b/components/infobars/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8b736f1f8f2d8fb44fe90c7d5f183c5585770544 |
--- /dev/null |
+++ b/components/infobars/README |
@@ -0,0 +1,7 @@ |
+- Infobars is a layered component |
+(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design) |
+to enable it to be shared cleanly on iOS. |
+ |
+Directory structure: |
+core/: shared code that does not depend on src/content/ |
+content/: Driver for the shared code based on the content layer. |