| 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">
|
|
|