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

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

Issue 6077013: Add support for collecting non-Chrome crash stats in Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
===================================================================
--- chrome/browser/metrics/metrics_service.h (revision 69359)
+++ chrome/browser/metrics/metrics_service.h (working copy)
@@ -136,6 +136,11 @@
bool recording_active() const;
bool reporting_active() const;
+#if defined(OS_CHROMEOS)
petkov 2011/01/06 18:50:36 why don't you fold this into the ifdef above rathe
kmixter1 2011/01/14 00:07:02 Done.
+ // Records a Chrome OS crash.
+ void LogChromeOSCrash(const std::string &crash_type);
+#endif
+
private:
// The MetricsService has a lifecycle that is stored as a state.
// See metrics_service.cc for description of this lifecycle.

Powered by Google App Engine
This is Rietveld 408576698