Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1388)

Unified Diff: chrome/browser/ui/webui/print_preview_ui.cc

Issue 7715022: Print Preview: Provide a link to try printing with the system dialog when print preview fails. Al... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/print_preview_ui.cc
===================================================================
--- chrome/browser/ui/webui/print_preview_ui.cc (revision 97902)
+++ chrome/browser/ui/webui/print_preview_ui.cc (working copy)
@@ -220,6 +220,7 @@
}
void PrintPreviewUI::OnPrintPreviewFailed() {
+ handler_->OnPrintPreviewFailed();
CallJavascriptFunction("printPreviewFailed");
}

Powered by Google App Engine
This is Rietveld 408576698