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

Unified Diff: chrome/common/print_messages.h

Issue 516823002: Removed print_web_view_helper_win.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thu Aug 28 14:04:52 PDT 2014 Created 6 years, 4 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
« no previous file with comments | « chrome/common/chrome_utility_printing_messages.h ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index 6653b216de37c660cc4cde655aab2d88ef33a69e..fa86dbd1f39578f0fe7268b03a95ce4d354b1040 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -287,11 +287,6 @@ IPC_STRUCT_BEGIN(PrintHostMsg_DidPrintPage_Params)
// Page number.
IPC_STRUCT_MEMBER(int, page_number)
-#if defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)
- // Shrink factor used to render this page.
- IPC_STRUCT_MEMBER(double, actual_shrink)
-#endif // OS_WIN && !WIN_PDF_METAFILE_FOR_PRINTING
-
// The size of the page the page author specified.
IPC_STRUCT_MEMBER(gfx::Size, page_size)
« no previous file with comments | « chrome/common/chrome_utility_printing_messages.h ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698