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

Unified Diff: components/autofill/core/browser/autofill_manager_unittest.cc

Issue 2576143002: Tweak payment autofill disabled message in form-not-secure (Closed)
Patch Set: fix comment wrapping 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
Index: components/autofill/core/browser/autofill_manager_unittest.cc
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
index 684de5227c1a0dae5aebbcf60ca4316850060365..8358057fda875fb1cbeefc453ce47108b9b83c54 100644
--- a/components/autofill/core/browser/autofill_manager_unittest.cc
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc
@@ -1629,8 +1629,8 @@ TEST_F(AutofillManagerTest,
Suggestion("", "", "", POPUP_ITEM_ID_SEPARATOR),
#endif
Suggestion(
- l10n_util::GetStringUTF8(IDS_AUTOFILL_WARNING_INSECURE_CONNECTION),
- "", "", POPUP_ITEM_ID_INSECURE_CONTEXT_PAYMENT_DISABLED_MESSAGE));
+ l10n_util::GetStringUTF8(IDS_AUTOFILL_WARNING_PAYMENT_DISABLED), "",
+ "", POPUP_ITEM_ID_PAYMENT_DISABLED_MESSAGE));
// Clear the test credit cards and try again -- we shouldn't return a warning.
personal_data_.ClearCreditCards();

Powered by Google App Engine
This is Rietveld 408576698