Commit fb940cbf authored by alekseys's avatar alekseys Committed by Commit bot

Move Destination.Origin.DEVICE printers into cloud devices section.

BUG=416701

Review URL: https://codereview.chromium.org/602863002

Cr-Commit-Position: refs/heads/master@{#296501}
parent 351c0f63
......@@ -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 ==
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment