| Index: components/crash/content/app/run_as_crashpad_handler_win.h
|
| diff --git a/components/crash/content/app/run_as_crashpad_handler_win.h b/components/crash/content/app/run_as_crashpad_handler_win.h
|
| index ade72a01db994c80bdd0c50eba7cc7d22522c980..ec6ae2e6953996e397a8c433fd3a0116040e5a1f 100644
|
| --- a/components/crash/content/app/run_as_crashpad_handler_win.h
|
| +++ b/components/crash/content/app/run_as_crashpad_handler_win.h
|
| @@ -20,7 +20,8 @@ namespace crash_reporter {
|
| // as a parameter because this component does not have access to content/, where
|
| // that variable lives.
|
| int RunAsCrashpadHandler(const base::CommandLine& command_line,
|
| - const char* process_type_switch);
|
| + const char* process_type_switch,
|
| + const char* user_data_dir_switch);
|
|
|
| } // namespace crash_reporter
|
|
|
|
|