Index: chrome/browser/resources/help/help.js |
=================================================================== |
--- chrome/browser/resources/help/help.js (revision 128235) |
+++ chrome/browser/resources/help/help.js (working copy) |
@@ -28,9 +28,6 @@ |
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) |
Property changes on: chrome/browser/resources/help/help.js |
___________________________________________________________________ |
Deleted: svn:mime-type |
- text/javascript |