Index: chrome/browser/resources/print_preview/search/destination_search.js |
diff --git a/chrome/browser/resources/print_preview/search/destination_search.js b/chrome/browser/resources/print_preview/search/destination_search.js |
index cf3a08a1d6aae6f0f094ff4e22d14f008d7c2b8b..1335e2209f4de5b11698776a6aec3000daa3e16b 100644 |
--- a/chrome/browser/resources/print_preview/search/destination_search.js |
+++ b/chrome/browser/resources/print_preview/search/destination_search.js |
@@ -336,8 +336,7 @@ cr.define('print_preview', function() { |
if (destination.isRecent) { |
recentDestinations.push(destination); |
} |
- if (destination.isLocal || |
- destination.origin == print_preview.Destination.Origin.DEVICE) { |
+ if (destination.isLocal) { |
localDestinations.push(destination); |
} else { |
if (destination.connectionStatus == |