Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index c283f9799491baae4e57e3645856459713d6b506..f2a344351fd765186a13dc6bcd082133d762a0df 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -192,7 +192,7 @@ |
#include "extensions/browser/extension_protocols.h" |
#endif |
-#if defined(ENABLE_FULL_PRINTING) && !defined(OFFICIAL_BUILD) |
+#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD) |
#include "printing/printed_document.h" |
#endif |
@@ -1420,7 +1420,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() { |
net::SdchManager::EnableSdchSupport(false); |
} |
-#if defined(ENABLE_FULL_PRINTING) && !defined(OFFICIAL_BUILD) |
+#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD) |
if (parsed_command_line().HasSwitch(switches::kDebugPrint)) { |
base::FilePath path = |
parsed_command_line().GetSwitchValuePath(switches::kDebugPrint); |
@@ -1454,7 +1454,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() { |
browser_process_->metrics_service()->LogNeedForCleanShutdown(); |
#endif |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
// Create the instance of the cloud print proxy service so that it can launch |
// the service process if needed. This is needed because the service process |
// might have shutdown because an update was available. |