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

Unified Diff: chrome/browser/resources/settings/printing_page/cloud_printers.html

Issue 2617533003: MD Settings: change most checkboxes to toggles (leave dialogs alone) (Closed)
Patch Set: fix tests Created 3 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
Index: chrome/browser/resources/settings/printing_page/cloud_printers.html
diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.html b/chrome/browser/resources/settings/printing_page/cloud_printers.html
index fe3c6f693afeb1b492a7ef58fa641135e9a7ca5a..157c3462a2c1f11b553d740e33022c67a43e8ddf 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.html
+++ b/chrome/browser/resources/settings/printing_page/cloud_printers.html
@@ -1,6 +1,6 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
-<link rel="import" href="/controls/settings_checkbox.html">
+<link rel="import" href="/controls/settings_toggle_button.html">
<link rel="import" href="/settings_shared_css.html">
<dom-module id="settings-cloud-printers">
@@ -15,8 +15,10 @@
</span>
</div>
<div class="settings-box">
- <settings-checkbox pref="{{prefs.local_discovery.notifications_enabled}}"
- label="$i18n{printingNotificationsLabel}"></settings-checkbox>
+ <settings-toggle-button class="start"
+ pref="{{prefs.local_discovery.notifications_enabled}}"
+ label="$i18n{printingNotificationsLabel}">
+ </settings-toggle-button>
</div>
<div class="settings-box two-line" on-tap="onManageTap_" actionable>
<div class="start">

Powered by Google App Engine
This is Rietveld 408576698