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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2888153002: Add TimeToScrollUpdateSwapBegin2 to UKM (Closed)
Patch Set: Rename the test function 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | components/ukm/public/ukm_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | components/ukm/public/ukm_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698