Chromium Code Reviews| Index: chrome/browser/resources/help/help.html |
| diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html |
| index 86f67bf4e7df3ff423cfcaad1986bcaa7e1ef94b..ab4dfa190039f218f9c570e3e8f0cc48dd1cc131 100644 |
| --- a/chrome/browser/resources/help/help.html |
| +++ b/chrome/browser/resources/help/help.html |
| @@ -7,7 +7,7 @@ |
| <link rel="stylesheet" href="../uber/uber_shared.css"> |
| <link rel="stylesheet" href="help.css"> |
| <script src="chrome://resources/js/cr.js"></script> |
| - <script src="chrome://resources/js/local_strings.js"></script> |
| + <script src="chrome://resources/js/load_time_data.js"></script> |
| <script src="chrome://resources/js/util.js"></script> |
| <script src="chrome://help-frame/help.js"></script> |
| </head> |
| @@ -78,7 +78,9 @@ |
| </div> |
| <div id="update-buttons-container"> |
| <div id="update-percentage" hidden></div> |
| +<if expr="is_macosx"> |
|
Evan Stade
2012/05/17 03:52:18
this is the difference
|
| <button id="promote" i18n-content="promote" hidden></button> |
| +</if> |
| <button id="relaunch" i18n-content="relaunch" hidden></button> |
| </div> |
| </if> |
| @@ -97,6 +99,5 @@ |
| </div> |
| </body> |
| <script src="chrome://help-frame/strings.js"></script> |
| -<script src="chrome://resources/js/i18n_template.js"></script> |
| -<script src="chrome://resources/js/i18n_process.js"></script> |
| +<script src="chrome://resources/js/i18n_template2.js"></script> |
| </html> |