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

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

Issue 583883003: [Password Generation] Change links in the bubble to point to the local manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac tests Created 6 years, 3 months 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_ui_controller.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
index 983bc105b00ebf478f49b6b3e6fc2cd01c28effa..bd15a8653aa86ca4c88c3c715390ca5f79cfeb6b 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
@@ -77,11 +77,6 @@ class ManagePasswordsUIController
// Open a new tab, pointing to the password manager settings page.
virtual void NavigateToPasswordManagerSettingsPage();
- // Open a new tab, pointing to the Google manage passwords website.
- // TODO(gcasto): Change this to navigate to account central once passwords
- // are visible there. Currently goes to the Chrome support page.
- virtual void NavigateToAccountCentralManagementPage();
-
virtual const autofill::PasswordForm& PendingCredentials() const;
// Set the state of the Omnibox icon, and possibly show the associated bubble

Powered by Google App Engine
This is Rietveld 408576698