| Index: chrome/renderer/print_web_view_helper.cc
|
| ===================================================================
|
| --- chrome/renderer/print_web_view_helper.cc (revision 110039)
|
| +++ chrome/renderer/print_web_view_helper.cc (working copy)
|
| @@ -1282,8 +1282,7 @@
|
|
|
| void PrintWebViewHelper::RequestPrintPreview() {
|
| old_print_pages_params_.reset();
|
| - Send(new PrintHostMsg_RequestPrintPreview(
|
| - routing_id(), print_preview_context_.IsModifiable()));
|
| + Send(new PrintHostMsg_RequestPrintPreview(routing_id()));
|
| }
|
|
|
| bool PrintWebViewHelper::CheckForCancel() {
|
|
|