| Index: chrome/browser/resources/settings/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
|
| index 6cddb6f873a229ba546b8f3f5bb508289b06b023..4e1244831e3d379fed325741fa3cc5a3915838fb 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -127,6 +127,12 @@
|
| <div class="secondary">$i18nRaw{aboutProductTos}</div>
|
| </if>
|
| </div>
|
| +<if expr="chromeos">
|
| + <div class="settings-box product-info" id="regulatoryInfo"
|
| + hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
|
| + <img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
|
| + </div>
|
| +</if>
|
| </neon-animatable>
|
| <if expr="chromeos">
|
| <template is="dom-if" name="detailed-build-info">
|
|
|