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

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

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/browser/resources/help/help.html ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index 251dafe71cc5d6c1c7d123666da9f36cf4653eb1..c451b33102d22ac822ed12a32349a4f3ace94647 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -28,6 +28,9 @@ cr.define('help', function() {
uber.invokeMethodOnParent('setTitle', {title: title});
$('product-license').innerHTML = localStrings.getString('productLicense');
+ if (cr.isChromeOS)
+ $('product-os-license').innerHTML =
+ localStrings.getString('productOsLicense');
var productTOS = $('product-tos');
if (productTOS)
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698