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

Unified Diff: ash/test/test_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: ash/test/test_shell_delegate.h
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index 9b273fc9a48134bae5f9f2e6d7420b1e8ee5fdba..1668de55097efe44b65f0b500412c950c6f3ff5c 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -59,6 +59,7 @@ class TestShellDelegate : public ShellDelegate {
ash::ShelfItemDelegate* item_delegate,
ash::ShelfItem* item) override;
GPUSupport* CreateGPUSupport() override;
+ UserMetricsRecorderProxy* CreateUserMetricsRecorderProxy() override;
base::string16 GetProductName() const override;
int num_exit_requests() const { return num_exit_requests_; }

Powered by Google App Engine
This is Rietveld 408576698