Index: chrome/utility/chrome_content_utility_client.cc |
diff --git a/chrome/utility/chrome_content_utility_client.cc b/chrome/utility/chrome_content_utility_client.cc |
index e2f9c45a1a7294673391088a78b1179a96c304e7..d2c9b4adebda31a264ddbd192b0e6d742d1c1c2f 100644 |
--- a/chrome/utility/chrome_content_utility_client.cc |
+++ b/chrome/utility/chrome_content_utility_client.cc |
@@ -39,7 +39,7 @@ |
#include "chrome/utility/media_galleries/media_metadata_parser.h" |
#endif |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_FULL_PRINTING) || defined(OS_WIN) |
#include "chrome/utility/printing_handler.h" |
#endif |
@@ -81,7 +81,7 @@ ChromeContentUtilityClient::ChromeContentUtilityClient() |
handlers_.push_back(new image_writer::ImageWriterHandler()); |
#endif |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_FULL_PRINTING) || defined(OS_WIN) |
handlers_.push_back(new PrintingHandler()); |
#endif |
@@ -160,7 +160,7 @@ void ChromeContentUtilityClient::PreSandboxStartup() { |
extensions::ExtensionsHandler::PreSandboxStartup(); |
#endif |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_FULL_PRINTING) || defined(OS_WIN) |
PrintingHandler::PreSandboxStartup(); |
#endif |