Index: components/signin/README |
diff --git a/components/signin/README b/components/signin/README |
deleted file mode 100644 |
index 2c02bc49b684ebc471d118663246566fdf76c3d2..0000000000000000000000000000000000000000 |
--- a/components/signin/README |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-Signin is in the process of becoming 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. |
- |
-When this process is complete, this component will have the following structure: |
- |
-- core/: shared code that does not depend on src/content/ or src/ios/ |
-- content/: Driver for the shared code based on the content layer. |
-- ios/: Driver for the shared code based on src/ios. |