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

Unified Diff: chrome/browser/signin/signin_promo.h

Issue 196783002: Export a private webstore API to call into the new inline sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mostly functional Created 6 years, 9 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/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);

Powered by Google App Engine
This is Rietveld 408576698