diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 20:40:47 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 20:40:47 +0000 |
commit | e143dbaff028993e289a66ea92fbca177cc40d7c (patch) | |
tree | 5832cd76db4d8c5191e1c59915c5480928fb37d9 /chrome/browser/resources/print_preview | |
parent | 29118c87badabcc5547610221e51468a6e4ca79b (diff) | |
download | chromium_src-e143dbaff028993e289a66ea92fbca177cc40d7c.zip chromium_src-e143dbaff028993e289a66ea92fbca177cc40d7c.tar.gz chromium_src-e143dbaff028993e289a66ea92fbca177cc40d7c.tar.bz2 |
Merge 143754 - Make all printers request when dialog is open.
BUG=134242
TEST=
Review URL: https://chromiumcodereview.appspot.com/10661008
TBR=rltoscano@google.com
Review URL: https://chromiumcodereview.appspot.com/10689049
git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@144981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_preview')
-rw-r--r-- | chrome/browser/resources/print_preview/print_preview.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js index 6b417bf..3c54d9b 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(); + } }, /** |