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. |