| 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();
|
|
|
|
|