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> |