| Index: chrome/browser/signin/signin_promo.h
|
| diff --git a/chrome/browser/signin/signin_promo.h b/chrome/browser/signin/signin_promo.h
|
| index e99c7ec36790a05c978e374ab62c14f15fe907ff..24b3b8f93a7bf1353b5385afed9920f99a033109 100644
|
| --- a/chrome/browser/signin/signin_promo.h
|
| +++ b/chrome/browser/signin/signin_promo.h
|
| @@ -60,6 +60,13 @@ GURL GetLandingURL(const char* option, int value);
|
| GURL GetPromoURL(Source source, bool auto_close);
|
| GURL GetPromoURL(Source source, bool auto_close, bool is_constrained);
|
|
|
| +// As above, but also appends the |continue_url| as a parameter to the URL.
|
| +// A |continue_url| may be set only when not using the web-based sign-in flow.
|
| +GURL GetPromoURLWithContinueURL(Source source,
|
| + bool auto_close,
|
| + bool is_constrained,
|
| + GURL continue_url);
|
| +
|
| // Returns a sign in promo URL specifically for reauthenticating |account_id|.
|
| GURL GetReauthURL(Profile* profile, const std::string& account_id);
|
|
|
|
|