| 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 9fdcdd799c970869c7da6e503e4a054bd8cd5350..e1bf83492a349d62c2225a2ca89a57bdb8fad677 100644
|
| --- a/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| +++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
|
| @@ -60,8 +60,8 @@ class PasswordsModelDelegate {
|
| // Called from the model when the bubble is hidden.
|
| virtual void OnBubbleHidden() = 0;
|
|
|
| - // Called when the user didn't interact with the Update UI.
|
| - virtual void OnNoInteractionOnUpdate() = 0;
|
| + // Called when the user didn't interact with UI.
|
| + virtual void OnNoInteraction() = 0;
|
|
|
| // Called when the user chose not to update password.
|
| virtual void OnNopeUpdateClicked() = 0;
|
|
|