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 0f6db150fcfd80ab87d9fa35ee1d443fbff21343..0a5c9477176ab736c67b5fc84c3287588baa548b 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); |