| Index: chrome/browser/resources/options/about_page.html
|
| diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
|
| index a2490d7f3dc209c4ff5864a1d5d53deba72dda42..c7e24305650e5aaadee0e38ffd77b2ff343bcaaa 100644
|
| --- a/chrome/browser/resources/options/about_page.html
|
| +++ b/chrome/browser/resources/options/about_page.html
|
| @@ -77,6 +77,16 @@
|
| </a><span i18n-content="license_content_2">
|
| </span>
|
| </div>
|
| + <if expr="pp_ifdef('chromeos')">
|
| + <div>
|
| + <span i18n-content="cros_license_content_0">
|
| + </span><a target="_blank"
|
| + i18n-values="href:cros_license_link_0"
|
| + i18n-content="cros_license_link_content_0">
|
| + </a><span i18n-content="cros_license_content_1">
|
| + </span>
|
| + </div>
|
| + </if>
|
| </div>
|
| </section>
|
| <section>
|
|
|