| Index: tools/mac/run_with_crashpad.cc
|
| diff --git a/tools/mac/run_with_crashpad.cc b/tools/mac/run_with_crashpad.cc
|
| index 0b4653aa20caf9314dfc9390d90a91d35ea9e9f3..58337aadec787f7d72a897786817ab97f1baf430 100644
|
| --- a/tools/mac/run_with_crashpad.cc
|
| +++ b/tools/mac/run_with_crashpad.cc
|
| @@ -166,7 +166,8 @@ int RunWithCrashpadMain(int argc, char* argv[]) {
|
| base::FilePath(options.database),
|
| options.url,
|
| options.annotations,
|
| - options.arguments)) {
|
| + options.arguments,
|
| + false)) {
|
| return kExitFailure;
|
| }
|
|
|
|
|