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

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

Issue 2582613003: Fix branding in the update prompt on Android (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698