Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6908)

Unified Diff: chrome/browser/resources/about_nacl.html

Issue 10823214: Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make list alloc more apparent Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
- <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>

Powered by Google App Engine
This is Rietveld 408576698