[Sync] Componentize UIModelWorker.
[chromium-blink-merge.git] / components / dom_distiller / README
blobe8d7bb37f6b31fd0a8727e3ecab06073f7d320df
1 The DOM Distiller component contains code for an experimental prototype for
2 distilling the core part of a web page.
4 To enable this feature, use the command line flag --enable-distiller.
6 The DOM Distiller is a layered component. See:
7 http://www.chromium.org/developers/design-documents/layered-components-design
9 Folder structure:
11   core/   contains the business logic of the component.
12   webui/  contains the WebUI code and resources for the debug page.