Chromium Code Reviews| Index: chrome/browser/metrics/metrics_service.h |
| =================================================================== |
| --- chrome/browser/metrics/metrics_service.h (revision 71358) |
| +++ chrome/browser/metrics/metrics_service.h (working copy) |
| @@ -125,17 +125,12 @@ |
| void StoreUnsentLogs(); |
| #if defined(OS_CHROMEOS) |
| - // Returns the hardware class of the Chrome OS device (e.g., |
| - // hardware qualification ID), or "unknown" if the hardware class is |
| - // not available. The hardware class identifies the configured |
| - // system components such us CPU, WiFi adapter, etc. Note that this |
| - // routine invokes an external utility to determine the hardware |
| - // class. |
| - static std::string GetHardwareClass(); |
|
jar (doing other things)
2011/01/14 02:31:47
Why is this mixed in with this CL?
kmixter1
2011/01/15 22:21:07
It's completely unrelated. Darin noticed this fun
|
| - |
| // Start the external metrics service, which collects metrics from Chrome OS |
| // and passes them to UMA. |
| void StartExternalMetrics(); |
| + |
| + // Records a Chrome OS crash. |
| + void LogChromeOSCrash(const std::string &crash_type); |
| #endif |
| bool recording_active() const; |