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() { ...@@ -336,8 +336,7 @@ cr.define('print_preview', function() {
if (destination.isRecent) { if (destination.isRecent) {
recentDestinations.push(destination); recentDestinations.push(destination);
} }
if (destination.isLocal || if (destination.isLocal) {
destination.origin == print_preview.Destination.Origin.DEVICE) {
localDestinations.push(destination); localDestinations.push(destination);
} else { } else {
if (destination.connectionStatus == 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