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

Unified Diff: chrome/browser/chromeos/external_metrics.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 | « no previous file | chrome/browser/chromeos/external_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/external_metrics.h
===================================================================
--- chrome/browser/chromeos/external_metrics.h (revision 71358)
+++ chrome/browser/chromeos/external_metrics.h (working copy)
@@ -57,6 +57,13 @@
// Passes an action event to the UMA service.
void RecordAction(const char* action_name);
+ // Records an external crash of the given string description to
+ // UMA service on the UI thread.
+ void RecordCrashUI(const std::string& crash_kind);
+
+ // Records an external crash of the given string description.
+ void RecordCrash(const std::string& crash_kind);
+
// Passes an histogram event to the UMA service. |histogram_data| is in the
// form <histogram-name> <sample> <min> <max> <buckets_count>.
void RecordHistogram(const char* histogram_data);
« no previous file with comments | « no previous file | chrome/browser/chromeos/external_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698