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

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: 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
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index b7f80061824038ca1efb9bad23e1fe1dcad5ab0d..08f1d41d882f4fc464251b7426ac6d6cbf52e6c7 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)

Powered by Google App Engine
This is Rietveld 408576698