From 1152b7ea95609ce835bdb9ab4454b4589b60ea87 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Mon, 14 Sep 2009 03:26:03 +0000 Subject: Send Breakpad and debugger status to the metrics service on the Mac. BUG=21731 TEST=Metrics data should have the correct values for breakpadregistrationok, breakpadregistrationfail, debuggerpresent, and debuggernotpresent in log.profile.stability. Review URL: http://codereview.chromium.org/203050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26093 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_main_win.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/browser_main_win.h') diff --git a/chrome/browser/browser_main_win.h b/chrome/browser/browser_main_win.h index 1ce9726..4b8636a 100644 --- a/chrome/browser/browser_main_win.h +++ b/chrome/browser/browser_main_win.h @@ -40,9 +40,4 @@ bool CheckMachineLevelInstall(); // Handle upgrades if Chromium was upgraded while it was last running. bool DoUpgradeTasks(const CommandLine& command_line); -// We record in UMA the conditions that can prevent breakpad from generating -// and sending crash reports. Namely that the crash reporting registration -// failed and that the process is being debugged. -void RecordBreakpadStatusUMA(MetricsService* metrics); - #endif // CHROME_BROWSER_BROWSER_MAIN_WIN_H_ -- cgit v1.1