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

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
Index: chrome/browser/chromeos/external_metrics.h
===================================================================
--- chrome/browser/chromeos/external_metrics.h (revision 69359)
+++ 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 &action_string);
petkov 2011/01/06 18:50:36 I think they use */& to the left (std::string&) in
kmixter1 2011/01/14 00:07:02 Done.
+
+ // 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') | chrome/browser/chromeos/external_metrics.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698