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

Unified Diff: ash/metrics/user_metrics_recorder.h

Issue 776093004: Add device policy to disallow shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | ash/metrics/user_metrics_recorder.cc » ('j') | ash/metrics/user_metrics_recorder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/user_metrics_recorder.h
diff --git a/ash/metrics/user_metrics_recorder.h b/ash/metrics/user_metrics_recorder.h
index 11d274adde7ac2ded4e213f5b155846d3bf4bb7d..06d881fc69eb2b8d50d02792eac86e4a150d5af7 100644
--- a/ash/metrics/user_metrics_recorder.h
+++ b/ash/metrics/user_metrics_recorder.h
@@ -109,6 +109,9 @@ enum UserMetricsAction {
// Window selection started by beginning an alt+tab cycle. This does not count
// each step through an alt+tab cycle.
UMA_WINDOW_CYCLE,
+
+ // Reboot action triggered by the user
Daniel Erat 2014/12/05 19:06:11 please keep alphabetical lists alphabetized: move
cschuet (SLOW) 2014/12/09 08:50:11 Done.
+ UMA_ACCEL_RESTART_POWER_BUTTON,
};
// User Metrics Recorder provides a repeating callback (RecordPeriodicMetrics)
« no previous file with comments | « no previous file | ash/metrics/user_metrics_recorder.cc » ('j') | ash/metrics/user_metrics_recorder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698