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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble_model.cc

Issue 1467993002: Remove ManagePasswordsUIController::NavigateToSmartLockPage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/ui/passwords/manage_passwords_bubble_model.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
index 6037e40ed1ce68f66dc3f388ad366cb26c1887be..aa1b3c6ae57981325279886a3f67e76cdc077f3d 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc
@@ -315,7 +315,7 @@ void ManagePasswordsBubbleModel::OnBrandLinkClicked() {
switch (GetSmartLockBrandingState(GetProfile())) {
case password_bubble_experiment::SmartLockBranding::FULL:
PasswordsModelDelegateFromWebContents(web_contents())
- ->NavigateToSmartLockPage();
+ ->NavigateToExternalPasswordManager();
break;
case password_bubble_experiment::SmartLockBranding::SAVE_BUBBLE_ONLY:
PasswordsModelDelegateFromWebContents(web_contents())

Powered by Google App Engine
This is Rietveld 408576698