Remove dead breakpad code in browser relaunch codepath.
Once upon a time, Chrome used breakpad for handling crashes. When restarting the browser after disabling crash reporting, it was once important to clear the CHROME_BREAKPAD_PIPE_NAME environment variable to be sure that the new process didn't connect to the old crash handler. Chrome has since been migrated from breakpad to crashpad. As a result, neither this env var nor the exported function in chrome.exe exists. BUG=546288,958865,1025634 R=bcwhite@chromium.org, mark@chromium.org Change-Id: Ied7311016c208563613027603af2b03f349bd405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924469 Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:Mark Mentovai <mark@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#717590}
Showing
Please register or sign in to comment