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

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.cc

Issue 2740633002: [Autofill] Add upstreaming UKM (Closed)
Patch Set: Re-do Created 3 years, 9 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/ui/autofill/chrome_autofill_client.cc
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
index 62a45c9d5ce021ab17c35404927e98737e960722..4213a737c87e58a9e9d7e9144b05d3ccbef30ab0 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
@@ -148,6 +148,10 @@ rappor::RapporServiceImpl* ChromeAutofillClient::GetRapporServiceImpl() {
return g_browser_process->rappor_service();
}
+ukm::UkmService* ChromeAutofillClient::GetUkmService() {
+ return g_browser_process->ukm_service();
+}
+
void ChromeAutofillClient::ShowAutofillSettings() {
#if defined(OS_ANDROID)
chrome::android::ChromeApplication::ShowAutofillSettings();

Powered by Google App Engine
This is Rietveld 408576698