Chromium Code Reviews| Index: chrome/browser/resources/about_nacl.html |
| diff --git a/chrome/browser/resources/about_flash.html b/chrome/browser/resources/about_nacl.html |
| similarity index 76% |
| copy from chrome/browser/resources/about_flash.html |
| copy to chrome/browser/resources/about_nacl.html |
| index 7c0ac83ee32b5ac36f69bdf3eca62b1487159d9f..cd6cff146ad5ed162e82e0e56d6af5f17a27c3cb 100644 |
| --- a/chrome/browser/resources/about_flash.html |
| +++ b/chrome/browser/resources/about_nacl.html |
| @@ -14,19 +14,19 @@ |
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| <div id="loading-message" i18n-content="loadingMessage">LOADING_MESSAGE</div> |
| <div id="body-container" style="visibility:hidden"> |
| - <div id="header"><h1 i18n-content="flashLongTitle">ABOUT_FLASH</h1></div> |
| + <div id="header"><h1 i18n-content="naclLongTitle">ABOUT_NACL</h1></div> |
|
Robert Muth (chromium)
2012/08/08 17:57:58
if we ever want to merge the code using the simple
jvoung - send to chromium...
2012/08/08 19:03:11
Yeah I'm not sure either, but we can wait till som
|
| - <div id="flashInfoTemplate"> |
| + <div id="naclInfoTemplate"> |
| <table cellpadding="2" cellspacing="0" border="0"> |
| - <tr jsselect="flashInfo"> |
| + <tr jsselect="naclInfo"> |
| <td><span dir="ltr" jscontent="key" class="key">KEY</span></td> |
| <td><span dir="ltr" jscontent="value" class="value">VALUE</span></td> |
| </tr> |
| </table> |
| </div> |
| </div> |
| -<script src="chrome://flash/about_flash.js"></script> |
| -<script src="chrome://flash/strings.js"></script> |
| +<script src="chrome://nacl/about_nacl.js"></script> |
| +<script src="chrome://nacl/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/jstemplate_compiled.js"></script> |