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

Unified Diff: ash/test/test_shell_delegate.cc

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.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index ee6fd44a06c28c7d52be65d43248b76dd3d5a52e..40da77dd074321096798f8966ff11bdcca255b44 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -195,6 +195,10 @@ GPUSupport* TestShellDelegate::CreateGPUSupport() {
return new GPUSupportStub;
}
+UserMetricsRecorderProxy* TestShellDelegate::CreateUserMetricsRecorderProxy() {
+ return nullptr;
+}
+
base::string16 TestShellDelegate::GetProductName() const {
return base::string16();
}

Powered by Google App Engine
This is Rietveld 408576698