Index: chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
index 16b4c3b4ff07a1180936d84a9c817edd45766c2e..1492332536d35030cc9ba6725c912645f20d1f3b 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
@@ -110,6 +110,7 @@ class ManagePasswordsBubbleModelTest : public ::testing::Test { |
password_manager::BuildPasswordStore< |
content::BrowserContext, |
testing::StrictMock<password_manager::MockPasswordStore>>); |
+ EXPECT_CALL(*GetStore(), FillAutofillableLogins(_)); |
vabr (Chromium)
2016/12/22 16:15:12
It is a bit strange to expect a call and then retu
dvadym
2016/12/22 16:23:12
PasswordStore initializes PasswordReuseDetector, a
vabr (Chromium)
2016/12/22 16:33:30
Thanks for the explanation. In that case please mo
dvadym
2016/12/22 16:57:57
If I correctly understand, line 108 creates passwo
vabr (Chromium)
2016/12/22 17:14:31
You are right, sorry for missing that!
Then please
dvadym
2016/12/22 17:31:18
Thanks, I've updated comment.
|
} |
void TearDown() override { |