| Index: chrome/browser/ui/startup/startup_browser_creator.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| index 381f26533567411023af064022ddddb521e9decb..3edf5dc40415c3810ad3083447b1daf553bc467c 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -88,7 +88,7 @@
|
| #include "chrome/browser/web_applications/web_app_mac.h"
|
| #endif
|
|
|
| -#if defined(ENABLE_FULL_PRINTING)
|
| +#if defined(ENABLE_PRINT_PREVIEW)
|
| #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service.h"
|
| #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h"
|
| #include "chrome/browser/printing/print_dialog_cloud.h"
|
| @@ -492,7 +492,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
|
|
|
| bool silent_launch = false;
|
|
|
| -#if defined(ENABLE_FULL_PRINTING)
|
| +#if defined(ENABLE_PRINT_PREVIEW)
|
| // If we are just displaying a print dialog we shouldn't open browser
|
| // windows.
|
| if (command_line.HasSwitch(switches::kCloudPrintFile) &&
|
| @@ -510,7 +510,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
|
| // launching and quit.
|
| return false;
|
| }
|
| -#endif // defined(ENABLE_FULL_PRINTING)
|
| +#endif // defined(ENABLE_PRINT_PREVIEW)
|
|
|
| if (command_line.HasSwitch(switches::kExplicitlyAllowedPorts)) {
|
| std::string allowed_ports =
|
|
|