summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller/README
diff options
context:
space:
mode:
Diffstat (limited to 'components/dom_distiller/README')
-rw-r--r--components/dom_distiller/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/components/dom_distiller/README b/components/dom_distiller/README
deleted file mode 100644
index e8d7bb3..0000000
--- a/components/dom_distiller/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.