diff --git a/common/crash_reporter/crash_reporter_mac.mm b/common/crash_reporter/crash_reporter_mac.mm index 72ae8c913f34..f3ab45d62ff4 100644 --- a/common/crash_reporter/crash_reporter_mac.mm +++ b/common/crash_reporter/crash_reporter_mac.mm @@ -28,9 +28,6 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name, if (breakpad_ != NULL) BreakpadRelease(breakpad_); - std::string display_name = is_browser_ ? product_name : - product_name + " Renderer"; - NSMutableDictionary* parameters = [NSMutableDictionary dictionaryWithCapacity:4];