diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-17 04:01:11 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-17 04:01:11 +0000 |
commit | bea0cd590e37917a3252b4a54bd07178130862e5 (patch) | |
tree | d9fbd037ca6c49693cef7027cc9fa3b9d3219dcc /components/component_strings.grd | |
parent | 0dac68b42cf4742c6e3d03dfaa14d2aa1ada0ea1 (diff) | |
download | chromium_src-bea0cd590e37917a3252b4a54bd07178130862e5.zip chromium_src-bea0cd590e37917a3252b4a54bd07178130862e5.tar.gz chromium_src-bea0cd590e37917a3252b4a54bd07178130862e5.tar.bz2 |
Initial WebUI for DOM Distiller.
The DOM Distiller component will contain 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 webui/ folder depends on content, but given iOS at the time being
supports the usage of WebUI, it is kept a a top level folder in the
component instead of in content/.
BUG=288015
Review URL: https://chromiumcodereview.appspot.com/23503042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/component_strings.grd')
-rw-r--r-- | components/component_strings.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/component_strings.grd b/components/component_strings.grd index 85b5d61..28e2a46 100644 --- a/components/component_strings.grd +++ b/components/component_strings.grd @@ -168,6 +168,7 @@ <release seq="1" allow_pseudo="false"> <messages fallback_to_english="true"> <part file="autofill_strings.grdp" /> + <part file="dom_distiller_strings.grdp" /> </messages> </release> </grit> |