Commit c59f8028 authored by alekseys@chromium.org's avatar alekseys@chromium.org

In kiosk printing mode, start printing when destination is ready.

BUG=339416

Review URL: https://codereview.chromium.org/214223002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260041 0039d316-1c4b-4281-b951-d872f2087c98
parent 2c4a91cd
......@@ -884,6 +884,9 @@ cr.define('print_preview', function() {
var selectedDest = this.destinationStore_.selectedDestination;
setIsVisible($('cloud-print-dialog-link'),
!cr.isChromeOS && !selectedDest.isLocal);
if (this.isInKioskAutoPrintMode_) {
this.onPrintButtonClick_();
}
},
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment