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

Unified Diff: chrome/browser/BUILD.gn

Issue 2335203003: Add metrics to keep track of the tab activate/deactivate cycle (Closed)
Patch Set: Moved the TabStripModelObserver change to another CL 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 244d12e95d6b419ea9844b9700d3d17334f4b7e7..e0421424ec6b6ef9c0fe379b5937c71bf3d99432 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -579,6 +579,8 @@ split_static_library("browser") {
"metrics/sampling_metrics_provider.h",
"metrics/subprocess_metrics_provider.cc",
"metrics/subprocess_metrics_provider.h",
+ "metrics/tab_usage_recorder.cc",
+ "metrics/tab_usage_recorder.h",
"metrics/thread_watcher.cc",
"metrics/thread_watcher.h",
"metrics/thread_watcher_android.cc",

Powered by Google App Engine
This is Rietveld 408576698