Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: chrome/browser/resources/print_preview/print_preview.js

Issue 601303002: Do not show Advanced Settings for FedEx and Mobile destinations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_);
/**

Powered by Google App Engine
This is Rietveld 408576698