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

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

Issue 2542093002: [Password Generation] Fixes sending votes about the usage of the password generation popup (Closed)
Patch Set: Changes addressed to reviewer comments Created 4 years 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 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;

Powered by Google App Engine
This is Rietveld 408576698