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

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

Issue 399573002: [Password Generation] Trigger confirmation bubble when a password is saved (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win Again Created 6 years, 5 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
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 247ca72dac124a8b85aa8494c8ec5ed2c3de717c..69771f139cb544dbe8a99323a28db578c2dd9259 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
@@ -53,7 +53,7 @@ class ManagePasswordsBubbleModelTest : public testing::Test {
model_->OnBubbleShown(ManagePasswordsBubble::USER_ACTION);
base::string16 kTestUsername = base::ASCIIToUTF16("test_username");
- autofill::PasswordFormMap map;
+ autofill::ConstPasswordFormMap map;
map[kTestUsername] = &test_form_;
controller()->SetPasswordFormMap(map);
controller()->SetState(password_manager::ui::BLACKLIST_STATE);

Powered by Google App Engine
This is Rietveld 408576698