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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.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: Fixed the branch that the diff was based on. 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: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index a467a6ee8c1672fab697f2f93a7a2e41750c53ad..4732a7cbd1efebbbe1d773a73d9ad38d830b348b 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -75,6 +75,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
ash::ShelfItemDelegate* item_delegate,
ash::ShelfItem* item) override;
ash::GPUSupport* CreateGPUSupport() override;
+ ash::UserMetricsRecorderProxy* CreateUserMetricsRecorderProxy() override;
base::string16 GetProductName() const override;
// content::NotificationObserver override:

Powered by Google App Engine
This is Rietveld 408576698