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

Unified Diff: components/autofill/content/browser/wallet/wallet_service_url.h

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
Index: components/autofill/content/browser/wallet/wallet_service_url.h
diff --git a/components/autofill/content/browser/wallet/wallet_service_url.h b/components/autofill/content/browser/wallet/wallet_service_url.h
index 9af7953d604fa037ac887d2c80a3c50c511892f3..91923e911a62e2a99d4b8cd5c8b28b589d9bfaea 100644
--- a/components/autofill/content/browser/wallet/wallet_service_url.h
+++ b/components/autofill/content/browser/wallet/wallet_service_url.h
@@ -24,8 +24,11 @@ GURL GetSaveToWalletNoEscrowUrl(size_t user_index);
GURL GetSaveToWalletUrl(size_t user_index);
GURL GetPassiveAuthUrl(size_t user_index);
-// URL to visit for presenting the user with a sign-in dialog.
-GURL GetSignInUrl();
+// URL to visit for presenting the user when first signing in.
+GURL GetAddAccountUrl();
+
+// (Re-)sign into a specific account.
+GURL GetSignInUrl(size_t user_index);
// The the URL to use as a continue parameter in the sign-in URL.
// A redirect to this URL will occur once sign-in is complete.

Powered by Google App Engine
This is Rietveld 408576698