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

Issue 143873012: Add local state flag to force online login for a user (Closed)

Created:
6 years, 11 months ago by bartfab (slow)
Modified:
6 years, 11 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Add local state flag to force online login for a user This CL adds a flag in local stat that forces a user to go through the online login flow. This flag will be used to implement a policy that forces SAML users to log in via the online authentication flow periodically. BUG=332081 TEST=Manual (automated tests coming in follow-up CL that adds the policy) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247152

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed nits. #

Patch Set 3 : Fix compilation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -38 lines) Patch
M chrome/browser/chromeos/login/fake_user_manager.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/mock_user_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user.h View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 2 10 chunks +65 lines, -29 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 2 chunks +14 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bartfab (slow)
Hi Nikita, Could you please review? FYI: This is the second CL of a three-CL ...
6 years, 11 months ago (2014-01-22 17:35:23 UTC) #1
Nikita (slow)
lgtm https://codereview.chromium.org/143873012/diff/1/chrome/browser/chromeos/login/user.h File chrome/browser/chromeos/login/user.h (right): https://codereview.chromium.org/143873012/diff/1/chrome/browser/chromeos/login/user.h#newcode174 chrome/browser/chromeos/login/user.h:174: bool force_online_signin() const { return force_online_signin_; } nit: ...
6 years, 11 months ago (2014-01-23 16:06:56 UTC) #2
bartfab (slow)
https://codereview.chromium.org/143873012/diff/1/chrome/browser/chromeos/login/user.h File chrome/browser/chromeos/login/user.h (right): https://codereview.chromium.org/143873012/diff/1/chrome/browser/chromeos/login/user.h#newcode174 chrome/browser/chromeos/login/user.h:174: bool force_online_signin() const { return force_online_signin_; } On 2014/01/23 ...
6 years, 11 months ago (2014-01-24 12:08:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/143873012/90001
6 years, 11 months ago (2014-01-24 23:00:57 UTC) #4
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=194775
6 years, 11 months ago (2014-01-25 00:38:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/143873012/460001
6 years, 11 months ago (2014-01-25 12:42:35 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=251871
6 years, 11 months ago (2014-01-25 14:43:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/143873012/460001
6 years, 11 months ago (2014-01-25 17:20:48 UTC) #8
commit-bot: I haz the power
6 years, 11 months ago (2014-01-25 22:52:49 UTC) #9
Message was sent while issue was closed.
Change committed as 247152

Powered by Google App Engine
This is Rietveld 408576698