Index: components/dom_distiller/README |
diff --git a/components/dom_distiller/README b/components/dom_distiller/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e8d7bb37f6b31fd0a8727e3ecab06073f7d320df |
--- /dev/null |
+++ b/components/dom_distiller/README |
@@ -0,0 +1,12 @@ |
+The DOM Distiller component contains code for an experimental prototype for |
+distilling the core part of a web page. |
+ |
+To enable this feature, use the command line flag --enable-distiller. |
+ |
+The DOM Distiller is a layered component. See: |
+http://www.chromium.org/developers/design-documents/layered-components-design |
+ |
+Folder structure: |
+ |
+ core/ contains the business logic of the component. |
+ webui/ contains the WebUI code and resources for the debug page. |