Skip to content

Commit

Permalink
Add fix on Mac 10.10 tests
Browse files Browse the repository at this point in the history
BUG=686608

Review-Url: https://codereview.chromium.org/2840713003
Cr-Commit-Position: refs/heads/master@{#466943}
  • Loading branch information
dvallet authored and Commit bot committed Apr 25, 2017
1 parent 06dd6e3 commit d349484
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions headless/lib/headless_content_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,8 @@ void HeadlessContentMainDelegate::PreSandboxStartup() {
#else
if (command_line.HasSwitch(switches::kEnableLogging))
InitLogging(command_line);
#endif
#if !defined(OS_MACOSX)
InitCrashReporter(command_line);
#endif // defined(OS_WIN)
InitCrashReporter(command_line);
InitializeResourceBundle();
}

Expand Down

0 comments on commit d349484

Please sign in to comment.