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

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

Issue 1232783007: Cleanup: Fix some misc nits in printing code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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_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 e91dc3d14ae88304143629585e4558bb52dd041c..0b404cc783e19d135fbb81d146a098ed727ae178 100644
--- a/chrome/browser/printing/print_preview_message_handler.h
+++ b/chrome/browser/printing/print_preview_message_handler.h
@@ -52,10 +52,9 @@ class PrintPreviewMessageHandler
// Message handlers.
void OnRequestPrintPreview(
const PrintHostMsg_RequestPrintPreview_Params& params);
- void OnDidGetDefaultPageLayout(
- const printing::PageSizeMargins& page_layout_in_points,
- const gfx::Rect& printable_area_in_points,
- bool has_custom_page_size_style);
+ void OnDidGetDefaultPageLayout(const PageSizeMargins& page_layout_in_points,
+ const gfx::Rect& printable_area_in_points,
+ bool has_custom_page_size_style);
void OnDidGetPreviewPageCount(
const PrintHostMsg_DidGetPreviewPageCount_Params& params);
void OnDidPreviewPage(const PrintHostMsg_DidPreviewPage_Params& params);

Powered by Google App Engine
This is Rietveld 408576698