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