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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2888153002: Add TimeToScrollUpdateSwapBegin2 to UKM (Closed)
Patch Set: Removing the old plumbing and use UkmRecorder::Get() Created 3 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/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index e90776dd85cb24093ca8470a701097d0c9d1c0ce..d032d6a83bce6a69d29c6e73ef36ec23ac4a1ef1 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2923,10 +2923,6 @@ void ChromeContentBrowserClient::GetURLRequestAutoMountHandlers(
return g_browser_process->rappor_service();
}
-::ukm::UkmRecorder* ChromeContentBrowserClient::GetUkmRecorder() {
- return g_browser_process->ukm_recorder();
-}
-
void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
content::BrowserContext* browser_context,
const base::FilePath& storage_partition_path,

Powered by Google App Engine
This is Rietveld 408576698