| 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();
|
| + }
|
| },
|
|
|
| /**
|
|
|