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

Unified Diff: components/user_manager/user.cc

Issue 1266563002: Added affiliation IDs for the new affiliation determination. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « components/user_manager/user.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user.cc
diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
index 6a7dec1ab8b6fb23c7f30bbfc6d94bbc1821af24..defc117308ec1f706098d9a9f2b5d2f069260be3 100644
--- a/components/user_manager/user.cc
+++ b/components/user_manager/user.cc
@@ -205,7 +205,8 @@ User::User(const std::string& email)
can_lock_(false),
is_logged_in_(false),
is_active_(false),
- profile_is_created_(false) {
+ profile_is_created_(false),
+ is_affiliated_(false){
}
User::~User() {
« no previous file with comments | « components/user_manager/user.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698