| Index: components/dom_distiller/webui/resources/about_dom_distiller.html
|
| diff --git a/components/dom_distiller/webui/resources/about_dom_distiller.html b/components/dom_distiller/webui/resources/about_dom_distiller.html
|
| index 1e3b537b302d93af0e99b982c76f196b56b38710..56740366bcfde932a5ca3f4159dfdf8027a6790b 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>
|
|
|