| Index: chrome/browser/password_manager/save_password_infobar_delegate_android.cc
|
| diff --git a/chrome/browser/password_manager/save_password_infobar_delegate_android.cc b/chrome/browser/password_manager/save_password_infobar_delegate_android.cc
|
| index e7ab6ac1c0d7b37fab8d0610965278be4a28bc80..25958094e82ee0e715dbc99b7909c0a05df0ba5b 100644
|
| --- a/chrome/browser/password_manager/save_password_infobar_delegate_android.cc
|
| +++ b/chrome/browser/password_manager/save_password_infobar_delegate_android.cc
|
| @@ -32,8 +32,7 @@ void SavePasswordInfoBarDelegate::Create(
|
| syncer::SyncService* sync_service =
|
| ProfileSyncServiceFactory::GetForProfile(profile);
|
| bool is_smartlock_branding_enabled =
|
| - password_bubble_experiment::IsSmartLockBrandingSavePromptEnabled(
|
| - sync_service);
|
| + password_bubble_experiment::IsSmartLockUser(sync_service);
|
| InfoBarService* infobar_service =
|
| InfoBarService::FromWebContents(web_contents);
|
| infobar_service->AddInfoBar(infobar_service->CreateConfirmInfoBar(
|
|
|