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

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

Issue 9705092: Add IDS_ABOUT_CROS_VERSION_LICENSE support back to chrome://chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index f0802f7e139fb6b515294dc16c147fcd63cd75ca..9919d9322ae7bb16971705fec02e4842f9ca57a2 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -83,6 +83,9 @@
<div i18n-content="productName"></div>
<div i18n-content="productCopyright"></div>
<div id="product-license"></div>
+<if expr="pp_ifdef('chromeos')">
James Hawkins 2012/03/18 02:55:29 The mocks don't call for this. Why is this being
+ <div id="product-os-license"></div>
+</if>
<if expr="pp_ifdef('_google_chrome')">
<div id="product-tos"></div>
</if>
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698