summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/print_preview/new/color_settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/print_preview/new/color_settings.html')
-rw-r--r--chromium/chrome/browser/resources/print_preview/new/color_settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/print_preview/new/color_settings.html b/chromium/chrome/browser/resources/print_preview/new/color_settings.html
index 88adf84c90c..242cf8789c8 100644
--- a/chromium/chrome/browser/resources/print_preview/new/color_settings.html
+++ b/chromium/chrome/browser/resources/print_preview/new/color_settings.html
@@ -2,6 +2,7 @@
<link rel="import" href="print_preview_shared_css.html">
<link rel="import" href="select_css.html">
+<link rel="import" href="select_behavior.html">
<link rel="import" href="settings_section.html">
<dom-module id="print-preview-color-settings">
@@ -11,8 +12,7 @@
<print-preview-settings-section>
<span id="color-label" slot="title">$i18n{optionColor}</span>
<div slot="controls">
- <select aria-labelledby="color-label" on-change="onChange_"
- disabled$="[[disabled]]">
+ <select aria-labelledby="color-label" disabled$="[[disabled]]">
<option value="bw" selected>$i18n{optionBw}</option>
<option value="color">$i18n{optionColor}</option>
</select>