Chromium Code Reviews| Index: chrome/browser/ui/passwords/manage_passwords_view_utils_unittest.cc |
| diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_view_utils_unittest.cc |
| index c02b0ae9229a084556f82351c2da814403cce383..1e433c7aeca46579f1c9b5cf7a15e4186fcd7fd3 100644 |
| --- a/chrome/browser/ui/passwords/manage_passwords_view_utils_unittest.cc |
| +++ b/chrome/browser/ui/passwords/manage_passwords_view_utils_unittest.cc |
| @@ -62,7 +62,8 @@ TEST(ManagePasswordsViewUtilTest, GetSavePasswordDialogTitleTextAndLinkRange) { |
| GetSavePasswordDialogTitleTextAndLinkRange( |
| GURL(test_cases[i].user_visible_url), |
| GURL(test_cases[i].form_origin_url), |
| - test_cases[i].is_smartlock_branding_enabled, &title, &title_link_range); |
| + test_cases[i].is_smartlock_branding_enabled, false, &title, |
|
vasilii
2015/07/23 15:15:13
The true value would be also nice to test.
dvadym
2015/07/24 16:42:39
Sure, the tests will be in next PatchSets
|
| + &title_link_range); |
| // Verify against expectations. |
| EXPECT_TRUE(base::EndsWith( |