summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main_win.h
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 03:26:03 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 03:26:03 +0000
commit1152b7ea95609ce835bdb9ab4454b4589b60ea87 (patch)
treefd9a09dee7e9457d793564cf605388d1359a24a1 /chrome/browser/browser_main_win.h
parent60f1e8fe0973d60e3e786237a283395749550a40 (diff)
downloadchromium_src-1152b7ea95609ce835bdb9ab4454b4589b60ea87.zip
chromium_src-1152b7ea95609ce835bdb9ab4454b4589b60ea87.tar.gz
chromium_src-1152b7ea95609ce835bdb9ab4454b4589b60ea87.tar.bz2
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
Diffstat (limited to 'chrome/browser/browser_main_win.h')
-rw-r--r--chrome/browser/browser_main_win.h5
1 files changed, 0 insertions, 5 deletions
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_