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

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

Issue 2542093002: [Password Generation] Fixes sending votes about the usage of the password generation popup (Closed)
Patch Set: Fix for the failed Mac test 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_mock.h
diff --git a/chrome/browser/ui/passwords/passwords_model_delegate_mock.h b/chrome/browser/ui/passwords/passwords_model_delegate_mock.h
index 502be282f507ce6714d278555b07a427903198da..622ed9814acfce3f0d94f4da8175f91143ac7fa2 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate_mock.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate_mock.h
@@ -29,7 +29,7 @@ class PasswordsModelDelegateMock
password_manager::InteractionsStats*());
MOCK_METHOD0(OnBubbleShown, void());
MOCK_METHOD0(OnBubbleHidden, void());
- MOCK_METHOD0(OnNoInteractionOnUpdate, void());
+ MOCK_METHOD0(OnNoInteraction, void());
MOCK_METHOD0(OnNopeUpdateClicked, void());
MOCK_METHOD0(NeverSavePassword, void());
MOCK_METHOD0(SavePassword, void());

Powered by Google App Engine
This is Rietveld 408576698