Chromium Code Reviews| Index: chrome/browser/resources/settings/privacy_page/privacy_page.html |
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| index 254e19746abf0501168bcc6bd0565eef3d29018c..ea2e6ab0e3bb3fcfafc58d68851ef316d7d2b9fd 100644 |
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| @@ -71,18 +71,20 @@ |
| </if> |
| </div> |
| <div class="settings-box" on-tap="onManageCertificatesTap_"> |
| - <paper-item> |
| - <paper-item-body> |
| - <div i18n-content="manageCertificates"></div> |
| - </paper-item-body> |
| - </paper-item> |
| + <div class="start"> |
| + <div i18n-content="manageCertificates"></div> |
| + <div class="secondary"> |
| + Contrary to popular belief, Lorem Ipsum is not simply random text. |
|
dpapad
2016/01/15 01:16:33
Maybe add a TODO right here, such that we don't fo
|
| + </div> |
| + </div> |
| </div> |
| <div class="settings-box" on-tap="onSiteSettingsTap_"> |
| - <paper-item> |
| - <paper-item-body> |
| - <div i18n-content="siteSettings"></div> |
| - </paper-item-body> |
| - </paper-item> |
| + <div class="start"> |
| + <div i18n-content="siteSettings"></div> |
| + <div class="secondary"> |
| + Contrary to popular belief, Lorem Ipsum is not simply random text. |
| + </div> |
| + </div> |
| </div> |
| <div class="settings-box"> |
| <paper-button on-tap="onClearBrowsingDataTap_" |