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

Unified Diff: components/infobars/README

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 8 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/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.

Powered by Google App Engine
This is Rietveld 408576698