| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index 00e12dc4a79d01a3abfcfe703be8e6be4e8f0302..3fabb1999f0a13807062b11e681c59f486698481 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -262,11 +262,6 @@ class MetricsService
|
| void CountBrowserCrashDumpAttempts();
|
| #endif // OS_WIN
|
|
|
| -#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;
|
|
|
|
|