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

Unified Diff: components/password_manager/core/browser/password_form_manager_unittest.cc

Issue 1018613002: Fix PasswordForm operator== and operator<< and update one reliant test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@throttling
Patch Set: Undo clang formatting, and changes to matcher. Created 5 years, 9 months 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 | « components/autofill/core/common/password_form.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_form_manager_unittest.cc
diff --git a/components/password_manager/core/browser/password_form_manager_unittest.cc b/components/password_manager/core/browser/password_form_manager_unittest.cc
index f33ec303497b07407f301779bc892eb1b07516ef..2e87a7432a5b2d19418e90f560408f1990db141b 100644
--- a/components/password_manager/core/browser/password_form_manager_unittest.cc
+++ b/components/password_manager/core/browser/password_form_manager_unittest.cc
@@ -399,6 +399,8 @@ TEST_F(PasswordFormManagerTest, PSLMatchedCredentialsMetadataUpdated) {
expected_saved_form.other_possible_usernames.clear();
expected_saved_form.form_data = saved_match()->form_data;
expected_saved_form.origin = saved_match()->origin;
+ expected_saved_form.original_signon_realm =
+ saved_match()->original_signon_realm;
PasswordForm actual_saved_form;
EXPECT_CALL(*(client_with_store.mock_driver()->mock_autofill_manager()),
« no previous file with comments | « components/autofill/core/common/password_form.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698