commit | 8f1b296a259a721b928633b189500e9890614ce0 | [log] [tgz] |
---|---|---|
author | Danan S <[email protected]> | Wed Sep 16 19:09:31 2020 |
committer | Commit Bot <[email protected]> | Wed Sep 16 19:09:31 2020 |
tree | 881c7b5b0a13f79e0c4e2ebe1a7e6a012cd5ec20 | |
parent | a35e7b9fd2b0c0edd2869ad0a0982dcadf3edf9b [diff] [blame] |
Add flag (disabled by default) to switch to EDU Coexistence V2 Bug: 1128446 Change-Id: I6f6616186fd2cb4bf5e6e7a5c422b3b2f052967b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411653 Commit-Queue: Dan S <[email protected]> Reviewed-by: Yilkal Abe <[email protected]> Reviewed-by: Michael Giuffrida <[email protected]> Cr-Commit-Position: refs/heads/master@{#807601}
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h index 5227473..46b355a 100644 --- a/chrome/browser/supervised_user/supervised_user_service.h +++ b/chrome/browser/supervised_user/supervised_user_service.h
@@ -159,6 +159,8 @@ bool IsSupervisedUserIframeFilterEnabled() const; + static std::string GetEduCoexistenceLoginUrl(); + // Returns true if the user is a type of Family Link Child account, // but will not return true for a Legacy Supervised user (or non child users). bool IsChild() const;