Index: chrome/browser/resources/print_preview/data/destination_store.js |
diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js |
index 8cd12d5c3b287d61ff964d8debe58dde45f04207..4eec40d338e869c74004557798c789d7b0bf2c25 100644 |
--- a/chrome/browser/resources/print_preview/data/destination_store.js |
+++ b/chrome/browser/resources/print_preview/data/destination_store.js |
@@ -671,7 +671,8 @@ cr.define('print_preview', function() { |
dest.capabilities = event.capabilities; |
this.updateDestination(dest); |
- if (this.selectedDestination_ == dest) { |
+ if (this.selectedDestination_.isPrivet && |
+ this.selectedDestination_.id == dest.id) { |
cr.dispatchSimpleEvent( |
this, |
DestinationStore.EventType.SELECTED_DESTINATION_CAPABILITIES_READY); |