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

Unified Diff: chrome/browser/printing/print_view_manager.h

Issue 2518993002: Make printing work for PDF and Flash. (Closed)
Patch Set: Created 4 years, 1 month 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/printing/print_view_manager.h
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
index 7c6ddf2b397a8ecf48cd257b816b9926ccb51790..f3572c43e6b31ad0cdc8ccae8ab171b60bc32672 100644
--- a/chrome/browser/printing/print_view_manager.h
+++ b/chrome/browser/printing/print_view_manager.h
@@ -43,7 +43,7 @@ class PrintViewManager : public PrintViewManagerBase,
// Notify PrintViewManager that print preview is starting in the renderer for
// a particular WebNode.
- void PrintPreviewForWebNode();
+ void PrintPreviewForWebNode(content::RenderFrameHost* rfh);
// Notify PrintViewManager that print preview has finished. Unfreeze the
// renderer in the case of scripted print preview.

Powered by Google App Engine
This is Rietveld 408576698