| 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 13330d406b969cbb302226ce13b114411d2958a1..58a45e843131ccce0c7713f609a5badf13599463 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -680,7 +680,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);
|
|
|