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

Unified Diff: chrome/browser/ui/webui/signin/inline_login_handler_impl.h

Issue 473153002: Inline sign in extracts gaia id from HTTP header and seeds account tracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 4 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/ui/webui/signin/inline_login_handler_impl.h
diff --git a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
index 43b3387ba708e83eb4684dc4b8bbc5da48b90e4b..b2a4ed409974a802422280670399625cd6d9d472 100644
--- a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
+++ b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
@@ -54,6 +54,7 @@ class InlineLoginHandlerImpl : public InlineLoginHandler,
content::PageTransition transition_type) OVERRIDE;
base::WeakPtrFactory<InlineLoginHandlerImpl> weak_factory_;
+
// True if the user has navigated to untrusted domains during the signin
// process.
bool confirm_untrusted_signin_;

Powered by Google App Engine
This is Rietveld 408576698