| Index: chrome/browser/printing/print_preview_message_handler.h
|
| diff --git a/chrome/browser/printing/print_preview_message_handler.h b/chrome/browser/printing/print_preview_message_handler.h
|
| index d65d3d696831ee4028496877055a4c873ca7a91e..f24e54cc332737e5811b125da2cfd0f0a54a7178 100644
|
| --- a/chrome/browser/printing/print_preview_message_handler.h
|
| +++ b/chrome/browser/printing/print_preview_message_handler.h
|
| @@ -43,7 +43,7 @@ class PrintPreviewMessageHandler : public TabContentsObserver {
|
| PrintPreviewUI* OnFailure(int document_cookie);
|
|
|
| // Message handlers.
|
| - void OnRequestPrintPreview();
|
| + void OnRequestPrintPreview(bool is_modifiable);
|
| void OnDidGetDefaultPageLayout(
|
| const printing::PageSizeMargins& page_layout_in_points);
|
| void OnDidGetPreviewPageCount(
|
|
|