| Index: chrome/browser/resources/print_preview/print_preview.js
|
| diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
|
| index 3e7cd383401f85cf1f190b3911ceb7e074d2ad18..f8dfb821c7818a566cbb8faea23035b53d85325a 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview.js
|
| @@ -529,6 +529,7 @@ cr.define('print_preview', function() {
|
| PrintPreview.PrintAttemptResult_.READY_WAITING_FOR_PREVIEW) {
|
| if ((this.destinationStore_.selectedDestination.isLocal &&
|
| !this.destinationStore_.selectedDestination.isPrivet &&
|
| + !this.destinationStore_.selectedDestination.isExtension &&
|
| this.destinationStore_.selectedDestination.id !=
|
| print_preview.Destination.GooglePromotedId.SAVE_AS_PDF) ||
|
| this.uiState_ == PrintPreview.UiState_.OPENING_PDF_PREVIEW) {
|
|
|