| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 4825c3f4bf96ed3a3444b2f5464c8e24cf67197a..e5dafb573cc338001d849239dd8b8f89fa5a929d 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -742,7 +742,10 @@ int ChromeMainDelegate::RunProcess(
|
| #if !defined(OS_ANDROID) && \
|
| (!defined(CHROME_MULTIPLE_DLL) || defined(CHROME_MULTIPLE_DLL_BROWSER))
|
| static const MainFunction kMainFunctions[] = {
|
| +#if defined(ENABLE_FULL_PRINTING)
|
| { switches::kServiceProcess, ServiceProcessMain },
|
| +#endif
|
| +
|
| #if defined(OS_MACOSX)
|
| { switches::kRelauncherProcess,
|
| mac_relauncher::internal::RelauncherMain },
|
|
|