Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2923)

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 1586073004: [MD settings] PrivacyAndSecurity settings closer to mocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_shared.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698