Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1452)

Unified Diff: chrome/browser/metrics/metrics_service.h

Issue 292433015: Refactor MetricsLogChromeOS to ChromeOSMetricsProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698