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

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

Issue 2579823003: Remove Finch support for PasswordBranding (Closed)
Patch Set: Fix Android compile 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/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(

Powered by Google App Engine
This is Rietveld 408576698