| 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 49e4b1f72bbc33c5c2dce6ea11f3c2ad5b4a654f..f17e871b1634c5abaa1e970ffee5c04c57bfc109 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview.js
|
| @@ -169,7 +169,7 @@ cr.define('print_preview', function() {
|
| * @private
|
| */
|
| this.advancedOptionsSettings_ = new print_preview.AdvancedOptionsSettings(
|
| - this.destinationStore_);
|
| + this.printTicketStore_.vendorItems, this.destinationStore_);
|
| this.addChild(this.advancedOptionsSettings_);
|
|
|
| /**
|
|
|