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

Unified Diff: chrome/browser/metrics/metrics_service.h

Issue 108683003: Store gpu crashes in the systemprofileproto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alexei comments1 Created 7 years 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
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index bb6798e64b2ccbf5387232945dacaae940fa779e..d633e15b3cc2afc65dad5e9139daf33e60ef0c76 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -457,6 +457,9 @@ class MetricsService
void GetCurrentSyntheticFieldTrials(
std::vector<chrome_variations::ActiveGroupId>* synthetic_trials);
+ // Call when there is a crash in the GPU process.
Alexei Svitkine (slow) 2013/12/16 16:04:28 Nit: "Records a GPU process crash." I'd also move
rkaplow 2013/12/16 16:39:54 This was sort of intentional since there is no rea
+ void LogGpuCrash();
+
content::ActionCallback action_callback_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698