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

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

Issue 1241363002: Settings Rewrite: Make a common settings-section component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0300-webui-settings-structure
Patch Set: Created 5 years, 5 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
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 b6c4a49282f0ff80c0a58ea5b8cb991e8a855258..a0b2a21ce089e82696b89986cffb61aff3a4e4ac 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -5,11 +5,9 @@
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html">
<dom-module id="cr-settings-privacy-page">
- <link rel="import" type="css"
- href="chrome://md-settings/settings_page/settings_page.css">
<link rel="import" type="css" href="privacy_page.css">
<template>
- <paper-material>
+ <cr-settings-section page-title="[[pageTitle]]" icon="[[icon]]">
<p class="privacy-explanation"
i18n-values=".innerHTML:improveBrowsingExperience">
</p>
@@ -63,7 +61,7 @@
<cr-button raised i18n-content="clearBrowsingDataLabel">
</cr-button>
</div>
- </paper-material>
+ </cr-settings-section>
</template>
<script src="privacy_page.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698