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

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

Issue 10689049: Merge 143754 - Make all printers request when dialog is open. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview.js
===================================================================
--- chrome/browser/resources/print_preview/print_preview.js (revision 144980)
+++ chrome/browser/resources/print_preview/print_preview.js (working copy)
@@ -478,6 +478,9 @@
this.userInfo_.setCloudPrintInterface(this.cloudPrintInterface_);
this.destinationStore_.setCloudPrintInterface(this.cloudPrintInterface_);
this.destinationStore_.startLoadRecentCloudDestinations();
+ if (this.destinationSearch_.getIsVisible()) {
+ this.destinationStore_.startLoadAllCloudDestinations();
+ }
},
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698