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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc

Issue 2585253002: Integration of PasswordReuseDetector into PasswordStore. (Closed)
Patch Set: Thread fixes 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
« no previous file with comments | « no previous file | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698