| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 271eb2205c2b95004c9883ea4e3aa58008905b58..aad6488fc68c4c6532f979c6b153fd6edc63f408 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
|
|
|
| @@ -1419,7 +1419,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);
|
| @@ -1452,7 +1452,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.
|
|
|