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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.cc

Issue 1473543002: Implement newly designed sign-in related histograms for desktop platorms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments Created 5 years 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/startup/startup_browser_creator_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index 95cae74a73ecbb497b38a7dc9280880141f7c560..d2b9edd2c727b48df4287979f6513c336201dfb7 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -872,7 +872,8 @@ void StartupBrowserCreatorImpl::AddStartupURLs(
signin::DidShowPromoAtStartup(profile_);
const GURL sync_promo_url = signin::GetPromoURL(
- signin_metrics::SOURCE_START_PAGE, false);
+ signin_metrics::ACCESS_POINT_START_PAGE,
+ signin_metrics::REASON_SIGNIN_PRIMARY_ACCOUNT, false);
sky 2015/12/03 22:45:28 What is meant by PRIMARY and SECONDARY accounts? S
gogerald1 2015/12/04 20:49:09 PRIMARY means sign in an account as primary accoun
// No need to add if the sync promo is already in the startup list.
bool add_promo = true;

Powered by Google App Engine
This is Rietveld 408576698