Make OnPrintSettingsDoneWrapper() usage slightly easier to understand.

Instead of doing a BindOnce() inside another BindOnce() in
PrintViewManagerBase::PrintForPrintPreview(), do one BindOnce() there
and do the other in CreateQueryWithSettings(). This puts the
OnPrintSettingsDoneWrapper() usage right next to where the function is
declared.

Change-Id: I69db3490795615273abda9772483d60311489a92
Reviewed-on: https://chromium-review.googlesource.com/c/1428403
Reviewed-by: Rebekah Potter <rbpotter@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625318}
1 file changed