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

Unified Diff: ash/metrics/user_metrics_recorder.h

Issue 1124153007: Added the Ash.Tab.TimeBetweenSwitchToExistingTabUserActions histogram to track time between tab swit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed UserMetricsRecorderProxy from ash. Created 5 years, 7 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: ash/metrics/user_metrics_recorder.h
diff --git a/ash/metrics/user_metrics_recorder.h b/ash/metrics/user_metrics_recorder.h
index 7bb6f9d52d992bd59518523a4cd44733c4f2bb23..772f53cefcf23cdcba834aef11ed876f0e4d7a60 100644
--- a/ash/metrics/user_metrics_recorder.h
+++ b/ash/metrics/user_metrics_recorder.h
@@ -7,10 +7,13 @@
#include "ash/ash_export.h"
#include "ash/metrics/task_switch_metrics_recorder.h"
+#include "base/memory/scoped_ptr.h"
tdanderson 2015/05/15 19:23:09 needed?
bruthig 2015/05/15 19:36:21 Done.
#include "base/timer/timer.h"
namespace ash {
+class ShellDelegate;
Alexei Svitkine (slow) 2015/05/15 19:19:56 Do you still need changes to this file?
tdanderson 2015/05/15 19:23:09 needed?
bruthig 2015/05/15 19:36:21 Done.
bruthig 2015/05/15 19:36:21 Nope, done.
+
namespace test {
class UserMetricsRecorderTestAPI;
}

Powered by Google App Engine
This is Rietveld 408576698