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

Unified Diff: components/autofill/content/browser/wallet/wallet_service_url_unittest.cc

Issue 663643002: requestAutocomplete (desktop): don't get stuck in infinite loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 6 years, 2 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
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_service_url.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
diff --git a/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc b/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
index 3cbf3e78a6de82575dd20e4acbbeca0f1db5d0f7..2d4382840dc458f3034e764bdd91e382a16d1682 100644
--- a/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
+++ b/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
@@ -138,7 +138,8 @@ TEST(WalletServiceUrl, IsSignInContinueUrl) {
}
TEST(WalletServiceUrl, IsSignInRelatedUrl) {
- EXPECT_TRUE(IsSignInRelatedUrl(GetSignInUrl()));
+ EXPECT_TRUE(IsSignInRelatedUrl(GetSignInUrl(0)));
+ EXPECT_TRUE(IsSignInRelatedUrl(GetAddAccountUrl()));
EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.youtube.com")));
EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.youtube.com/")));
EXPECT_TRUE(IsSignInRelatedUrl(GURL("https://accounts.google.com")));
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_service_url.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698