| Index: chrome/browser/resources/print_preview/print_header.js
|
| diff --git a/chrome/browser/resources/print_preview/print_header.js b/chrome/browser/resources/print_preview/print_header.js
|
| index 6d623fa7dbed06da3621d9814fbe2d99dcd1bfc8..cc0895643fa9fe773bc4d2a7dd8f404017b13e7e 100644
|
| --- a/chrome/browser/resources/print_preview/print_header.js
|
| +++ b/chrome/browser/resources/print_preview/print_header.js
|
| @@ -142,9 +142,6 @@ cr.define('print_preview', function() {
|
| updatePrintButtonEnabledState_: function() {
|
| this.getChildElement('button.print').disabled =
|
| this.destinationStore_.selectedDestination == null ||
|
| - // TODO(tbarzic): Remove this when print request for extension
|
| - // destinations is wired up.
|
| - this.destinationStore_.selectedDestination.isExtension ||
|
| !this.isEnabled_ ||
|
| !this.isPrintButtonEnabled_ ||
|
| !this.printTicketStore_.isTicketValid();
|
|
|