| 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 6d9ee1806ac27bdd625dd3c322e3f6a39d9f6be6..893632ef6e4f56085a91993e00d84881a881c75a 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -190,28 +190,6 @@
|
| </button>
|
| </div>
|
| </if>
|
| - <div class="settings-box padded block copyable">
|
| - <div class="info-section">
|
| - <div class="secondary">$i18n{aboutProductTitle}</div>
|
| - <div class="secondary">$i18n{aboutProductCopyright}</div>
|
| - </div>
|
| -
|
| - <div class="info-section">
|
| - <div class="secondary">$i18nRaw{aboutProductLicense}</div>
|
| -<if expr="chromeos">
|
| - <div class="secondary">$i18nRaw{aboutProductOsLicense}</div>
|
| -</if>
|
| - </div>
|
| -<if expr="_google_chrome">
|
| - <div class="secondary">$i18nRaw{aboutProductTos}</div>
|
| -</if>
|
| - </div>
|
| -<if expr="chromeos">
|
| - <div class="settings-box padded block" id="regulatoryInfo"
|
| - hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
|
| - <img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
|
| - </div>
|
| -</if>
|
| </neon-animatable>
|
| <if expr="chromeos">
|
| <template is="dom-if" route-path="/help/details">
|
| @@ -222,6 +200,31 @@
|
| </if>
|
| </settings-animated-pages>
|
| </settings-section>
|
| +
|
| + <settings-section>
|
| + <div class="settings-box padded block copyable">
|
| + <div class="info-section">
|
| + <div class="secondary">$i18n{aboutProductTitle}</div>
|
| + <div class="secondary">$i18n{aboutProductCopyright}</div>
|
| + </div>
|
| +
|
| + <div class="info-section">
|
| + <div class="secondary">$i18nRaw{aboutProductLicense}</div>
|
| +<if expr="chromeos">
|
| + <div class="secondary">$i18nRaw{aboutProductOsLicense}</div>
|
| +</if>
|
| + </div>
|
| +<if expr="_google_chrome">
|
| + <div class="secondary">$i18nRaw{aboutProductTos}</div>
|
| +</if>
|
| + </div>
|
| +<if expr="chromeos">
|
| + <div class="settings-box padded block" id="regulatoryInfo"
|
| + hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
|
| + <img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
|
| + </div>
|
| +</if>
|
| + </settings-section>
|
| </div>
|
| <if expr="chromeos">
|
| <template is="dom-if" if="[[showUpdateWarningDialog_]]" restamp>
|
|
|