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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 11938007: Don't use request user data during one-click sign in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index caa5faa9bac45564993c6040f8b0576a7ae1f659..98ee3391129836a56e435ae8d777b1c4292f5dab 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -125,6 +125,10 @@ class ProfileIOData {
return &reverse_autologin_enabled_;
}
+ StringPrefMember* reverse_autologin_pending_email() const {
+ return &reverse_autologin_pending_email_;
+ }
+
StringListPrefMember* one_click_signin_rejected_email_list() const {
return &one_click_signin_rejected_email_list_;
}
@@ -411,6 +415,7 @@ class ProfileIOData {
mutable StringPrefMember google_services_username_;
mutable StringPrefMember google_services_username_pattern_;
mutable BooleanPrefMember reverse_autologin_enabled_;
+ mutable StringPrefMember reverse_autologin_pending_email_;
mutable StringListPrefMember one_click_signin_rejected_email_list_;
// Member variables which are pointed to by the various context objects.
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | chrome/browser/ui/sync/one_click_signin_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698