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

Unified Diff: chrome/browser/ui/uma_browsing_activity_observer.h

Issue 1286433004: Introduce TabStripModelStatsRecorder class to record tab interaction stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/ui/uma_browsing_activity_observer.h
diff --git a/chrome/browser/ui/uma_browsing_activity_observer.h b/chrome/browser/ui/uma_browsing_activity_observer.h
index 80db0b5dc37b17a24867a878a2a9b4d5e64fdcef..e8c4b01795fe2bbb80fd23278e3e5052f7822fb4 100644
--- a/chrome/browser/ui/uma_browsing_activity_observer.h
+++ b/chrome/browser/ui/uma_browsing_activity_observer.h
@@ -5,8 +5,9 @@
#ifndef CHROME_BROWSER_UI_UMA_BROWSING_ACTIVITY_OBSERVER_H_
#define CHROME_BROWSER_UI_UMA_BROWSING_ACTIVITY_OBSERVER_H_
-#include "content/public/browser/notification_registrar.h"
+#include "chrome/browser/ui/tabs/tab_strip_model_stats_recorder.h"
#include "content/public/browser/notification_observer.h"
+#include "content/public/browser/notification_registrar.h"
namespace chrome {
@@ -36,6 +37,7 @@ class UMABrowsingActivityObserver : public content::NotificationObserver {
void LogBrowserTabCount() const;
content::NotificationRegistrar registrar_;
+ TabStripModelStatsRecorder tab_recorder_;
DISALLOW_COPY_AND_ASSIGN(UMABrowsingActivityObserver);
};

Powered by Google App Engine
This is Rietveld 408576698