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