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

Unified Diff: chrome/browser/ui/views/payments/cvc_unmask_view_controller_browsertest.cc

Issue 2815763002: Prevent usage of web payments API over insecure HTTPS. (Closed)
Patch Set: Fix typo Created 3 years, 8 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/views/payments/cvc_unmask_view_controller_browsertest.cc
diff --git a/chrome/browser/ui/views/payments/cvc_unmask_view_controller_browsertest.cc b/chrome/browser/ui/views/payments/cvc_unmask_view_controller_browsertest.cc
index f1ba71fe93482fe17af625b5da64ae392de645ae..068a306612dc7d0ff3f9cc776eea7172c215acfc 100644
--- a/chrome/browser/ui/views/payments/cvc_unmask_view_controller_browsertest.cc
+++ b/chrome/browser/ui/views/payments/cvc_unmask_view_controller_browsertest.cc
@@ -25,8 +25,7 @@ IN_PROC_BROWSER_TEST_F(CvcUnmaskViewControllerTest, CvcSentToResponse) {
ResetEventObserver(DialogEvent::DIALOG_CLOSED);
PayWithCreditCardAndWait(base::ASCIIToUTF16("012"));
- ExpectBodyContains(std::vector<base::string16>{
- base::UTF8ToUTF16("\"cardSecurityCode\": \"012\"")});
+ ExpectBodyContains({"\"cardSecurityCode\": \"012\""});
}
} // namespace payments
« no previous file with comments | « chrome/browser/payments/ssl_validity_checker.cc ('k') | chrome/browser/ui/views/payments/order_summary_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698