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

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: retry 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 dc4a4053f30d0199bfee03899d8edf9a4ab79ca1..0b86b6b8b2510ac7be97fe7bc53379f24c0fb06c 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')">
+ <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