| 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.
|
|
|