| Index: chrome/installer/setup/setup_main.cc | 
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc | 
| index b8d66b6b4d596eb278d0ee5245f344064b7ba2fe..d76f6ce6c2dcd7f530ca88f1736375576eaaa727 100644 | 
| --- a/chrome/installer/setup/setup_main.cc | 
| +++ b/chrome/installer/setup/setup_main.cc | 
| @@ -1329,7 +1329,7 @@ int WINAPI wWinMain(HINSTANCE instance, HINSTANCE prev_instance, | 
|  | 
| if (process_type == crash_reporter::switches::kCrashpadHandler) { | 
| return crash_reporter::RunAsCrashpadHandler( | 
| -        *base::CommandLine::ForCurrentProcess()); | 
| +        *base::CommandLine::ForCurrentProcess(), switches::kProcessType); | 
| } | 
|  | 
| // install_util uses chrome paths. | 
|  |