diff options
Diffstat (limited to 'chrome/browser/browser_main_win.h')
-rw-r--r-- | chrome/browser/browser_main_win.h | 5 |
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_ |