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

Unified Diff: chrome/browser/password_manager/update_password_infobar_delegate_android.cc

Issue 2579823003: Remove Finch support for PasswordBranding (Closed)
Patch Set: Fix compile + review comments Created 4 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/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 7331de5fa9de033f1b5c26ac6eb595416eaf6b55..e7dd62971cf559cc8baa5b9e8d6e1d1acc90e915 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::IsSmartLockBrandingSavePromptEnabled(
+ password_bubble_experiment::IsSmartLockUser(
ProfileSyncServiceFactory::GetForProfile(
Profile::FromBrowserContext(web_contents->GetBrowserContext())));
InfoBarService::FromWebContents(web_contents)

Powered by Google App Engine
This is Rietveld 408576698