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

Unified Diff: chrome/browser/ui/passwords/passwords_model_delegate.h

Issue 1467993002: Remove ManagePasswordsUIController::NavigateToSmartLockPage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switching infobars to non-localised link, moving kPasswordManagerAccountDashboardURL to components 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/passwords_model_delegate.h
diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h
index c104c19730cd290261ee7602776bad88947fab26..522622516fdd4daac61e3a1bd89c4e22e6f76fe3 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
@@ -80,10 +80,8 @@ class PasswordsModelDelegate {
const autofill::PasswordForm& form,
password_manager::CredentialType credential_type) = 0;
- // Two different ways to open a new tab pointing to passwords.google.com.
- // TODO(crbug.com/548259) eliminate one of them.
+ // Open a new tab pointing to passwords.google.com.
virtual void NavigateToExternalPasswordManager() = 0;
- virtual void NavigateToSmartLockPage() = 0;
// Open a new tab, pointing to the Smart Lock help article.
virtual void NavigateToSmartLockHelpPage() = 0;
// Open a new tab, pointing to the password manager settings page.

Powered by Google App Engine
This is Rietveld 408576698