summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/i18n.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-26 00:12:17 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-26 00:12:17 +0000
commitd3af5134167cbdad1d2a647cd2a0ffe428a7cb8e (patch)
treeca79c67b7b190654067a220e2b08977972530165 /chrome/common/extensions/docs/static/i18n.html
parent58ff6522b72da7b04ffe08771b9dc64ede284f58 (diff)
downloadchromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.zip
chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.tar.gz
chromium_src-d3af5134167cbdad1d2a647cd2a0ffe428a7cb8e.tar.bz2
Changed comments to use HTML comments instead of class="comment".
TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/440028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/i18n.html')
-rw-r--r--chrome/common/extensions/docs/static/i18n.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html
index 360a8d5..4ec9007 100644
--- a/chrome/common/extensions/docs/static/i18n.html
+++ b/chrome/common/extensions/docs/static/i18n.html
@@ -4,10 +4,7 @@
<p id="classSummary">
Use the <code>chrome.i18n</code> module to manipulate the i18n related browser
settings, such as the accept languages.
-<span class="comment">
-[PENDING: add when getMessage works:
-"or to get localized messages for the current locale."]
-</span>
+<!-- [PENDING: add when getMessage works: "or to get localized messages for the current locale."] -->
</p>
<h3 id="overview-examples">Examples</h3>
@@ -26,9 +23,7 @@ function getAcceptLanguages() {
}
</pre>
-<div class="comment">
-[PENDING: add the following when getMessage is working]
-
+<!-- [PENDING: add the following when getMessage is working]
<p>
The following code gets a localized message from the browser and displays it as a
string. It replaces two placeholders within the message with values arg1 and
@@ -41,5 +36,6 @@ function getMessage() {
document.getElementById("languageSpan").innerHTML = message;
}
</pre>
-</div>
+-->
+
<!-- END AUTHORED CONTENT -->