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

Unified Diff: ash/metrics/user_metrics_recorder.h

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: nit and rebase Created 4 years, 3 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 | « ash/common/wm_window.h ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »
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 37cb26e685345c4c7f7f9b175c3d197e47394d67..e2aca6699597b83cc76c411fd8ff70ee480f72f6 100644
--- a/ash/metrics/user_metrics_recorder.h
+++ b/ash/metrics/user_metrics_recorder.h
@@ -17,6 +17,10 @@ namespace ash {
class DesktopTaskSwitchMetricRecorder;
+#if defined(OS_CHROMEOS)
+class PointerMetricsRecorder;
+#endif
+
namespace test {
class UserMetricsRecorderTestAPI;
}
@@ -78,6 +82,11 @@ class ASH_EXPORT UserMetricsRecorder {
std::unique_ptr<DesktopTaskSwitchMetricRecorder>
desktop_task_switch_metric_recorder_;
+#if defined(OS_CHROMEOS)
+ // Metric recorder to track pointer down events.
+ std::unique_ptr<PointerMetricsRecorder> pointer_metrics_recorder_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(UserMetricsRecorder);
};
« no previous file with comments | « ash/common/wm_window.h ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698