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

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

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sign crashpad_handler 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..8a869d6a35633d5c8b1a07db6e41bed0c16bf752 100644
--- a/components/crash/app/breakpad_mac.mm
+++ b/components/crash/app/breakpad_mac.mm
@@ -282,8 +282,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