Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: components/crash/content/app/crashpad_mac.mm

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/crash/content/app/crashpad_mac.mm
diff --git a/components/crash/content/app/crashpad_mac.mm b/components/crash/content/app/crashpad_mac.mm
index 3223dddc38df570cb6c3eff4b931f07a9a66d46b..7df66ea3d3244c5ff2625d860353e78625024412 100644
--- a/components/crash/content/app/crashpad_mac.mm
+++ b/components/crash/content/app/crashpad_mac.mm
@@ -97,15 +97,13 @@ base::FilePath PlatformCrashpadInitialization(bool initial_client,
url,
process_annotations,
arguments,
- true);
- if (result) {
- result = crashpad_client.UseHandler();
- }
+ true,
+ false);
// If this is an initial client that's not the browser process, it's
// important to sever the connection to any existing handler. If
- // StartHandler() or UseHandler() failed, call UseSystemDefaultHandler()
- // in that case to drop the link to the existing handler.
+ // StartHandler() failed, call UseSystemDefaultHandler() to drop the link
+ // to the existing handler.
if (!result && !browser_process) {
crashpad::CrashpadClient::UseSystemDefaultHandler();
}
« no previous file with comments | « build/secondary/third_party/crashpad/crashpad/util/BUILD.gn ('k') | components/crash/content/app/crashpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698