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

Unified Diff: ash/shell/shell_delegate_impl.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/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index ce07345dbeb595ddd3c4fd1548a5c85cf17ba39f..f4c735cc817c2fe3292e0ac354ab961d2678c608 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -266,6 +266,10 @@ GPUSupport* ShellDelegateImpl::CreateGPUSupport() {
return new GPUSupportStub;
}
+UserMetricsRecorderProxy* ShellDelegateImpl::CreateUserMetricsRecorderProxy() {
+ return nullptr;
+}
+
base::string16 ShellDelegateImpl::GetProductName() const {
return base::string16();
}

Powered by Google App Engine
This is Rietveld 408576698