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

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

Issue 2711563006: Links in generation prompts should go to passwords.google.com. (Closed)
Patch Set: histograms.xml fix Created 3 years, 10 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/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 4f165a0965aa29f8295dc19a6f286f99bd315d30..c904b2b541c3a558172038a4d76ce2648d366f75 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
@@ -83,6 +83,8 @@ class PasswordsModelDelegate {
// Open a new tab, pointing to the Smart Lock help article.
virtual void NavigateToSmartLockHelpPage() = 0;
+ // Open a new tab, pointing to passwords.google.com.
+ virtual void NavigateToPasswordManagerAccountDashboard() = 0;
// Open a new tab, pointing to the password manager settings page.
virtual void NavigateToPasswordManagerSettingsPage() = 0;
// Starts the Chrome Sign in flow.

Powered by Google App Engine
This is Rietveld 408576698