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

Unified Diff: chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm

Issue 1515553006: Change password bubble for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, clean-up Created 5 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/cocoa/passwords/passwords_list_view_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
index cc35b99bf2432582cb2e012f2ded15c6565563f5..beb8cee38750779894e23c339cc510e95427894a 100644
--- a/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
@@ -50,7 +50,7 @@ class PasswordsListViewControllerTest : public ManagePasswordsControllerTest {
}
void SetUpPendingState(const autofill::PasswordForm* form) {
- ManagePasswordsControllerTest::SetUpPendingState();
+ ManagePasswordsControllerTest::SetUpPendingState(false);
controller_.reset([[PasswordsListViewController alloc]
initWithModel:GetModelAndCreateIfNull()
forms:std::vector<const autofill::PasswordForm*>(1, form)]);

Powered by Google App Engine
This is Rietveld 408576698