| Index: chrome/browser/ui/webui/print_preview/print_preview_ui.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
|
| index ca10cba403fffd2c3a6bbb5e052661a90d999679..72ac4c4466683a5bf4eadf6994f9dbb21a9d754f 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_ui.cc
|
| @@ -621,3 +621,8 @@ void PrintPreviewUI::SetDelegateForTesting(TestingDelegate* delegate) {
|
| void PrintPreviewUI::SetSelectedFileForTesting(const base::FilePath& path) {
|
| handler_->FileSelected(path, 0, NULL);
|
| }
|
| +
|
| +void PrintPreviewUI::SetPdfSavedClosureForTesting(
|
| + const base::Closure& closure) {
|
| + handler_->SetPdfSavedClosureForTesting(closure);
|
| +}
|
|
|