| 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 44c68e200690cad209e254d3a6955ff255985b35..51741a33f337be7a2075cfbf81327264560a1e0a 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| @@ -60,10 +60,6 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
|
| // Called by the view code when the manage link is clicked by the user.
|
| void OnManageLinkClicked();
|
|
|
| - // Called by the view code when the manage in Google link is clicked by the
|
| - // user.
|
| - void OnRemoteManageLinkClicked();
|
| -
|
| // Called by the view code to delete or add a password form to the
|
| // PasswordStore.
|
| void OnPasswordAction(const autofill::PasswordForm& password_form,
|
|
|