| 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 3932c1d2110858f1610972040d1f8c0fb8e83963..afeee742fba8cc616173d688f000c88c876d1bde 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview.js
|
| @@ -509,7 +509,10 @@ cr.define('print_preview', function() {
|
| 'state: ' + this.uiState_);
|
| assert(this.cloudPrintInterface_ != null,
|
| 'Google Cloud Print is not enabled');
|
| - this.cloudPrintInterface_.submit(event.data);
|
| + this.cloudPrintInterface_.submit(
|
| + this.destinationStore_.selectedDestination,
|
| + this.printTicketStore_,
|
| + event.data);
|
| },
|
|
|
| /**
|
|
|