| Index: chrome/service/service_main.cc
|
| diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
|
| index 9242c173f9aec0c93f59087ed37f5cf0390a7db6..66878cab3189a83e8d841d852307ba082aaa7db3 100644
|
| --- a/chrome/service/service_main.cc
|
| +++ b/chrome/service/service_main.cc
|
| @@ -28,6 +28,7 @@ int ServiceProcessMain(const MainFunctionParams& parameters) {
|
|
|
| #if defined(OS_MACOSX)
|
| chrome_application_mac::RegisterCrApp();
|
| + chrome_application_mac::SetHandler();
|
| #endif
|
|
|
| base::PlatformThread::SetName("CrServiceMain");
|
|
|