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

Unified Diff: printing/metafile_impl.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 | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/metafile_impl.h
diff --git a/printing/metafile_impl.h b/printing/metafile_impl.h
index 9fb2307131d2f7f01f61a197375a1272220fe898..92bec72da9cf85205a42e56ef20b6783f2c577fb 100644
--- a/printing/metafile_impl.h
+++ b/printing/metafile_impl.h
@@ -7,19 +7,11 @@
#include "printing/pdf_metafile_skia.h"
-#if defined(OS_WIN)
-#include "printing/emf_win.h"
-#endif
-
namespace printing {
-#if defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)
-typedef Emf NativeMetafile;
-typedef PdfMetafileSkia PreviewMetafile;
-#else
+// TODO(vitalybuka) Remove following typedefs and replace with PdfMetafileSkia.
typedef PdfMetafileSkia NativeMetafile;
typedef PdfMetafileSkia PreviewMetafile;
-#endif
} // namespace printing
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698