| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="helpTitle"></title> | 5 <title i18n-content="helpTitle"></title> |
| 6 <link rel="stylesheet" href="../shared/css/button.css"> | |
| 7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> | 6 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> |
| 8 <link rel="stylesheet" href="../shared/css/overlay.css"> | 7 <link rel="stylesheet" href="../shared/css/overlay.css"> |
| 9 <link rel="stylesheet" href="../uber/uber_shared.css"> | 8 <link rel="stylesheet" href="../uber/uber_shared.css"> |
| 10 <link rel="stylesheet" href="help.css"> | 9 <link rel="stylesheet" href="help.css"> |
| 11 <link rel="stylesheet" href="more_info_overlay.css"> | 10 <link rel="stylesheet" href="more_info_overlay.css"> |
| 12 <script src="chrome://resources/js/cr.js"></script> | 11 <script src="chrome://resources/js/cr.js"></script> |
| 13 <script src="chrome://resources/js/cr/ui/overlay.js"></script> | 12 <script src="chrome://resources/js/cr/ui/overlay.js"></script> |
| 14 <script src="chrome://resources/js/local_strings.js"></script> | 13 <script src="chrome://resources/js/local_strings.js"></script> |
| 15 <script src="chrome://resources/js/util.js"></script> | 14 <script src="chrome://resources/js/util.js"></script> |
| 16 <script src="chrome://help-frame/help.js"></script> | 15 <script src="chrome://help-frame/help.js"></script> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 <if expr="pp_ifdef('_google_chrome')"> | 65 <if expr="pp_ifdef('_google_chrome')"> |
| 67 <div id="product-tos"></div> | 66 <div id="product-tos"></div> |
| 68 </if> | 67 </if> |
| 69 </div> | 68 </div> |
| 70 </div> | 69 </div> |
| 71 </body> | 70 </body> |
| 72 <script src="chrome://help-frame/strings.js"></script> | 71 <script src="chrome://help-frame/strings.js"></script> |
| 73 <script src="chrome://resources/js/i18n_template.js"></script> | 72 <script src="chrome://resources/js/i18n_template.js"></script> |
| 74 <script src="chrome://resources/js/i18n_process.js"></script> | 73 <script src="chrome://resources/js/i18n_process.js"></script> |
| 75 </html> | 74 </html> |
| OLD | NEW |