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

Unified Diff: components/crash/app/breakpad_mac.mm

Issue 1023783005: Merge Crashpad to the 42.0.2311 branch (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2311
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « components/crash/app/DEPS ('k') | components/crash/app/crash_keys_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/breakpad_mac.mm
diff --git a/components/crash/app/breakpad_mac.mm b/components/crash/app/breakpad_mac.mm
index deb7524d1655a04874765090ef4b235c0f273def..f435483fee4d643705940f18e37ee9cb21f8314c 100644
--- a/components/crash/app/breakpad_mac.mm
+++ b/components/crash/app/breakpad_mac.mm
@@ -252,13 +252,6 @@ void InitCrashReporter(const std::string& process_type) {
SetCrashKeyValue(@"prod", [info_dictionary objectForKey:@BREAKPAD_PRODUCT]);
SetCrashKeyValue(@"plat", @"OS X");
- if (!is_browser) {
- // Get the guid from the command line switch.
- std::string client_guid =
- command_line->GetSwitchValueASCII(switches::kEnableCrashReporter);
- GetCrashReporterClient()->SetCrashReporterClientIdFromGUID(client_guid);
- }
-
logging::SetLogMessageHandler(&FatalMessageHandler);
base::debug::SetDumpWithoutCrashingFunction(&DumpHelper::DumpWithoutCrashing);
@@ -282,8 +275,6 @@ void InitCrashProcessInfo(const std::string& process_type_switch) {
process_type = base::SysUTF8ToNSString(process_type_switch);
}
- GetCrashReporterClient()->InstallAdditionalFilters(gBreakpadRef);
-
// Store process type in crash dump.
SetCrashKeyValue(@"ptype", process_type);
« no previous file with comments | « components/crash/app/DEPS ('k') | components/crash/app/crash_keys_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698