diff options
author | noyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 12:10:36 +0000 |
---|---|---|
committer | noyau@chromium.org <noyau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 12:10:36 +0000 |
commit | e4b33452e599d61c2cedfac2167fcb5f9e91dd29 (patch) | |
tree | 1589f03b59e667b1854882b80b63760ac00d836a /components/dom_distiller | |
parent | 61ac813c7601e244a71efc2ebd03b08e1521ab1e (diff) | |
download | chromium_src-e4b33452e599d61c2cedfac2167fcb5f9e91dd29.zip chromium_src-e4b33452e599d61c2cedfac2167fcb5f9e91dd29.tar.gz chromium_src-e4b33452e599d61c2cedfac2167fcb5f9e91dd29.tar.bz2 |
Bring-up of the dom-distiller webui on ios.
BUG=319881
Review URL: https://codereview.chromium.org/88623003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller')
-rw-r--r-- | components/dom_distiller/webui/resources/about_dom_distiller.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/dom_distiller/webui/resources/about_dom_distiller.html b/components/dom_distiller/webui/resources/about_dom_distiller.html index 1e3b537..5674036 100644 --- a/components/dom_distiller/webui/resources/about_dom_distiller.html +++ b/components/dom_distiller/webui/resources/about_dom_distiller.html @@ -7,6 +7,9 @@ <link rel="stylesheet" href="chrome://resources/css/overlay.css"> <link rel="stylesheet" href="about_dom_distiller.css"> + <if expr="is_ios"> + <script src="chrome://resources/js/ios/chrome.js"></script> + </if> <script src="chrome://resources/js/cr.js"></script> <script src="chrome://resources/js/util.js"></script> <script src="chrome://resources/js/load_time_data.js"></script> |