summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js')
-rw-r--r--chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js b/chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js
index 5c30560c050..06dabe3874a 100644
--- a/chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js
+++ b/chromium/chrome/browser/resources/print_preview/ui/destination_dialog.js
@@ -287,12 +287,6 @@ Polymer({
show: function() {
this.$.dialog.showModal();
- // Note: Manually focusing here instead of using autofocus, as it is
- // currently not possible to validate refocusing of the search input if
- // autofocus is used. See https://crbug.com/985637 and
- // https://crbug.com/985636. Autofocus can be restored when one or both of
- // these issues are resolved.
- this.$.searchBox.focus();
this.loadingDestinations_ = this.destinationStore === undefined ||
this.destinationStore.isPrintDestinationSearchInProgress;
this.metrics_.record(