Index: chrome/browser/resources/print_preview/preview_generator.js |
diff --git a/chrome/browser/resources/print_preview/preview_generator.js b/chrome/browser/resources/print_preview/preview_generator.js |
index 3b28cf4e1fe419dcef4ef03ec056c47f450fd548..b7f4ba67efcce12f6a0c17d19895c3307c9eab5c 100644 |
--- a/chrome/browser/resources/print_preview/preview_generator.js |
+++ b/chrome/browser/resources/print_preview/preview_generator.js |
@@ -258,11 +258,7 @@ cr.define('print_preview', function() { |
!ticketStore.getCustomMargins().equals( |
ticketStore.getDocumentMargins())) || |
(this.selectedDestination_ != |
- this.destinationStore_.selectedDestination && |
- (this.destinationStore_.selectedDestination.id == |
- print_preview.Destination.GooglePromotedId.SAVE_AS_PDF || |
- this.selectedDestination_.id == |
- print_preview.Destination.GooglePromotedId.SAVE_AS_PDF)); |
+ this.destinationStore_.selectedDestination); |
}, |
/** |