| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index 921a86cf8a8360aaaa4727afec0befd935ddca4d..3272264f9ce4d6281ac8990703c970cead4a8e0f 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -201,11 +201,6 @@ class MetricsService
|
| // This count is eventually send via UMA logs.
|
| void RecordBreakpadHasDebugger(bool has_debugger);
|
|
|
| -#if defined(OS_CHROMEOS)
|
| - // Records a Chrome OS crash.
|
| - void LogChromeOSCrash(const std::string &crash_type);
|
| -#endif
|
| -
|
| bool recording_active() const;
|
| bool reporting_active() const;
|
|
|
|
|