| Index: chrome/browser/ui/webui/print_preview_handler.cc
 | 
| diff --git a/chrome/browser/ui/webui/print_preview_handler.cc b/chrome/browser/ui/webui/print_preview_handler.cc
 | 
| index b9c55e66949d778eff431094992d660e46e03506..b41638004013b778dac780b3b3eccce3626659fb 100644
 | 
| --- a/chrome/browser/ui/webui/print_preview_handler.cc
 | 
| +++ b/chrome/browser/ui/webui/print_preview_handler.cc
 | 
| @@ -895,6 +895,10 @@ void PrintPreviewHandler::OnPrintPreviewFailed() {
 | 
|    ReportUserActionHistogram(PREVIEW_FAILED);
 | 
|  }
 | 
|  
 | 
| +void PrintPreviewHandler::ShowSystemDialog() {
 | 
| +  HandleShowSystemDialog(NULL);
 | 
| +}
 | 
| +
 | 
|  void PrintPreviewHandler::FileSelected(const FilePath& path,
 | 
|                                         int index, void* params) {
 | 
|    PrintPreviewUI* print_preview_ui = static_cast<PrintPreviewUI*>(web_ui_);
 | 
| 
 |