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

Unified Diff: components/history/README

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing conversion Created 5 years, 11 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/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

Powered by Google App Engine
This is Rietveld 408576698