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

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

Issue 2691043005: MD Settings: Add Learn More button to the Passwords subpage (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into 406-md-settings-passwo… Created 3 years, 10 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 3e47b6be33fe16ad6ba4e30056a2e80138cb42a5..8f0eef7c31d16e852f11815c9a2a9193ccf45e77 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -35,9 +35,6 @@
<dom-module id="settings-privacy-page">
<template>
<style include="settings-shared">
- button[is='paper-icon-button-light'].icon-help {
- background-image: url(../images/help_outline.svg);
- }
</style>
<template is="dom-if" if="[[showClearBrowsingDataDialog_]]" restamp>
<settings-clear-browsing-data-dialog prefs="{{prefs}}"
@@ -200,9 +197,8 @@
<settings-subpage
associated-control="[[$$('#site-settings-subpage-trigger')]]"
id="site-settings"
- page-title="[[siteSettingsPageTitle_()]]">
- <button class="icon-help subpage-title-extra"
- is="paper-icon-button-light" on-tap="onHelpTap_"></button>
+ page-title="[[siteSettingsPageTitle_()]]"
+ learn-more-url="$i18n{exceptionsLearnMoreURL}">
<settings-site-settings-page></settings-site-settings-page>
</settings-subpage>
</template>

Powered by Google App Engine
This is Rietveld 408576698