| 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..0f3d405b74d42ea0dced8d3f72e0527b9f944cbb 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 source_is_modifiable);
|
| void OnDidGetDefaultPageLayout(
|
| const printing::PageSizeMargins& page_layout_in_points);
|
| void OnDidGetPreviewPageCount(
|
|
|