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

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
« no previous file with comments | « chrome/browser/metrics/metrics_log_unittest.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
-
// 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;
« no previous file with comments | « chrome/browser/metrics/metrics_log_unittest.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698