| 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..98cb2c42790b45ac27acb281bb1d584ea51e9fc1 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::AccessPoint::ACCESS_POINT_START_PAGE,
 | 
| +        signin_metrics::Reason::REASON_SIGNIN_PRIMARY_ACCOUNT, false);
 | 
|  
 | 
|      // No need to add if the sync promo is already in the startup list.
 | 
|      bool add_promo = true;
 | 
| 
 |