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

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

Issue 1413533009: Make the new Gaia password separated signin flow modal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DCHECK Created 5 years 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 | « no previous file | chrome/browser/signin/signin_promo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_promo.h
diff --git a/chrome/browser/signin/signin_promo.h b/chrome/browser/signin/signin_promo.h
index ad84b1642152a2b83a06c1e58e3fea2ce7fd9206..c4a77f9ad477166b7dee3695fd40ab2dcc00e745 100644
--- a/chrome/browser/signin/signin_promo.h
+++ b/chrome/browser/signin/signin_promo.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/basictypes.h"
+#include "chrome/browser/ui/profile_chooser_constants.h"
#include "components/signin/core/browser/signin_metrics.h"
class GURL;
@@ -67,6 +68,11 @@ GURL GetNextPageURLForPromoURL(const GURL& url);
// Gets the partition URL for the embedded sign in frame/webview.
GURL GetSigninPartitionURL();
+// Gets the signin URL to be used to display the sign in flow for |mode| in
+// |profile|.
+GURL GetSigninURLFromBubbleViewMode(Profile* profile,
+ profiles::BubbleViewMode mode);
+
// Gets the source from the query portion of the sign in promo URL.
// The source identifies from where the sign in promo was opened.
signin_metrics::Source GetSourceForPromoURL(const GURL& url);
« no previous file with comments | « no previous file | chrome/browser/signin/signin_promo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698