| 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 66dbe1899f65f5d16ab37e7a05a4a6dfd621695f..01287558b2ac6e52ebcf51a914cf91fc8324e9fe 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview.js
|
| @@ -478,6 +478,9 @@ cr.define('print_preview', function() {
|
| this.userInfo_.setCloudPrintInterface(this.cloudPrintInterface_);
|
| this.destinationStore_.setCloudPrintInterface(this.cloudPrintInterface_);
|
| this.destinationStore_.startLoadRecentCloudDestinations();
|
| + if (this.destinationSearch_.getIsVisible()) {
|
| + this.destinationStore_.startLoadAllCloudDestinations();
|
| + }
|
| },
|
|
|
| /**
|
|
|