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

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: review change 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..2e6650a4263e29a07703f8a93cadba28bd904833 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -71,18 +71,22 @@
</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">
+ <!-- TODO(dschuyler) replace this placeholder text -->
+ Contrary to popular belief, Lorem Ipsum is not simply random text.
+ </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">
+ <!-- TODO(dschuyler) replace this placeholder text -->
+ 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