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

Unified Diff: chrome/browser/signin/signin_header_helper.cc

Issue 304983005: [Android][Mirror] UMA stats for Account management screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 6 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/profiles/profile_metrics.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_header_helper.cc
diff --git a/chrome/browser/signin/signin_header_helper.cc b/chrome/browser/signin/signin_header_helper.cc
index 8b958a0a583c3af7a97764c660858548b63663ce..7770f705f4f2dd10ea299d2d4e4bc3291c516932 100644
--- a/chrome/browser/signin/signin_header_helper.cc
+++ b/chrome/browser/signin/signin_header_helper.cc
@@ -83,10 +83,9 @@ void ProcessMirrorHeaderUIThread(
GURL(chrome::kChromeUINativeNewTabURL), content::Referrer(),
OFF_THE_RECORD, content::PAGE_TRANSITION_AUTO_TOPLEVEL, false));
} else {
- // TODO(mlerman): pass service_type to android logic for UMA metrics
- // that will eventually be installed there.
AccountManagementScreenHelper::OpenAccountManagementScreen(
- Profile::FromBrowserContext(web_contents->GetBrowserContext()));
+ Profile::FromBrowserContext(web_contents->GetBrowserContext()),
+ service_type);
}
#endif // OS_ANDROID
}
« no previous file with comments | « chrome/browser/profiles/profile_metrics.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698