Index: components/history/README |
diff --git a/components/history/README b/components/history/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..206d6547f24129703395d8b81443037253aacf6a |
--- /dev/null |
+++ b/components/history/README |
@@ -0,0 +1,13 @@ |
+History is in the process of becoming a layered compoent |
+(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 depends on src/content/ or src/ios/ |
+ browser/: browser process code |
+ common/: code shared by the browser and the renderer |
+content/: driver for the shared code based on the content layer |
+ browser/: browser process code |
+ common/: code shared by the browser and the renderer |
+ios/: driver for the shared code based on src/ios |