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

Unified Diff: ash/shell/shell_delegate_impl.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: ash/shell/shell_delegate_impl.h
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index 255401a51ba5c1e9b82cbd8755b85921c2e578b0..72e0a1786fe7dd526afd6efc74696d9122b7c27e 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -62,6 +62,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
ash::ShelfItemDelegate* item_delegate,
ash::ShelfItem* item) override;
GPUSupport* CreateGPUSupport() override;
+ UserMetricsRecorderProxy* CreateUserMetricsRecorderProxy() override;
base::string16 GetProductName() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698