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

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

Powered by Google App Engine
This is Rietveld 408576698