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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble_model.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/manage_passwords_bubble_model.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
index ae4a9b8b9de6abf2b3957e6f9478dd9efe1d2e7c..0ff5bfae3d5e8fd09656a94c6a7aa636fc3715ec 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
@@ -61,6 +61,10 @@ class ManagePasswordsBubbleModel {
// Called by the view code when the manage link is clicked by the user.
void OnManageLinkClicked();
+ // Called by the view code when the navigate to passwords.google.com link is
+ // clicked by the user.
+ void OnNavigateToPasswordManagerAccountDashboardLinkClicked();
+
// Called by the view code when the brand name link is clicked by the user.
void OnBrandLinkClicked();

Powered by Google App Engine
This is Rietveld 408576698