Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 118ac5d1f74bd9772469d4b2a1ef67ad2c72b034..8b20ed4376d81fabc3f76a5052c17a9e31f4dccf 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -810,7 +810,7 @@ int ChromeMainDelegate::RunProcess( |
// doesn't support empty array. So we comment out the block for Android. |
#if !defined(OS_ANDROID) |
static const MainFunction kMainFunctions[] = { |
-#if defined(ENABLE_FULL_PRINTING) && !defined(CHROME_MULTIPLE_DLL_CHILD) |
+#if defined(ENABLE_PRINT_PREVIEW) && !defined(CHROME_MULTIPLE_DLL_CHILD) |
{ switches::kServiceProcess, ServiceProcessMain }, |
#endif |