Chromium Code Reviews| 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/chrome_shared2.css"> | 6 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> |
| 7 <link rel="stylesheet" href="../uber/uber_shared.css"> | 7 <link rel="stylesheet" href="../uber/uber_shared.css"> |
| 8 <link rel="stylesheet" href="help.css"> | 8 <link rel="stylesheet" href="help.css"> |
| 9 <script src="chrome://resources/js/cr.js"></script> | 9 <script src="chrome://resources/js/cr.js"></script> |
| 10 <script src="chrome://resources/js/local_strings.js"></script> | 10 <script src="chrome://resources/js/local_strings.js"></script> |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 76 <div id="update-percentage" hidden></div> | 76 <div id="update-percentage" hidden></div> |
| 77 <button id="promote" i18n-content="promote" hidden></button> | 77 <button id="promote" i18n-content="promote" hidden></button> |
| 78 <button id="relaunch" i18n-content="relaunch" hidden></button> | 78 <button id="relaunch" i18n-content="relaunch" hidden></button> |
| 79 </div> | 79 </div> |
| 80 </if> | 80 </if> |
| 81 </div> | 81 </div> |
| 82 <div id="product-container"> | 82 <div id="product-container"> |
| 83 <div i18n-content="productName"></div> | 83 <div i18n-content="productName"></div> |
| 84 <div i18n-content="productCopyright"></div> | 84 <div i18n-content="productCopyright"></div> |
| 85 <div id="product-license"></div> | 85 <div id="product-license"></div> |
| 86 <if expr="pp_ifdef('chromeos')"> | |
|
James Hawkins
2012/03/18 02:55:29
The mocks don't call for this. Why is this being
| |
| 87 <div id="product-os-license"></div> | |
| 88 </if> | |
| 86 <if expr="pp_ifdef('_google_chrome')"> | 89 <if expr="pp_ifdef('_google_chrome')"> |
| 87 <div id="product-tos"></div> | 90 <div id="product-tos"></div> |
| 88 </if> | 91 </if> |
| 89 </div> | 92 </div> |
| 90 </div> | 93 </div> |
| 91 </body> | 94 </body> |
| 92 <script src="chrome://help-frame/strings.js"></script> | 95 <script src="chrome://help-frame/strings.js"></script> |
| 93 <script src="chrome://resources/js/i18n_template.js"></script> | 96 <script src="chrome://resources/js/i18n_template.js"></script> |
| 94 <script src="chrome://resources/js/i18n_process.js"></script> | 97 <script src="chrome://resources/js/i18n_process.js"></script> |
| 95 </html> | 98 </html> |
| OLD | NEW |