Index: chrome/browser/password_manager/update_password_infobar_delegate_android.cc |
diff --git a/chrome/browser/password_manager/update_password_infobar_delegate_android.cc b/chrome/browser/password_manager/update_password_infobar_delegate_android.cc |
index c352529e0620d2123b0aad6e0afe1b5b50d8ce90..7331de5fa9de033f1b5c26ac6eb595416eaf6b55 100644 |
--- a/chrome/browser/password_manager/update_password_infobar_delegate_android.cc |
+++ b/chrome/browser/password_manager/update_password_infobar_delegate_android.cc |
@@ -25,7 +25,7 @@ void UpdatePasswordInfoBarDelegate::Create( |
content::WebContents* web_contents, |
std::unique_ptr<password_manager::PasswordFormManager> form_to_save) { |
const bool is_smartlock_branding_enabled = |
- password_bubble_experiment::IsSmartLockBrandingEnabled( |
+ password_bubble_experiment::IsSmartLockBrandingSavePromptEnabled( |
ProfileSyncServiceFactory::GetForProfile( |
Profile::FromBrowserContext(web_contents->GetBrowserContext()))); |
InfoBarService::FromWebContents(web_contents) |