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

Issue 33173005: Correctly deal with tokens for supervised users in ProfileOAuth2TokenService. (Closed)

Created:
7 years, 2 months ago by Bernhard Bauer
Modified:
7 years, 1 month ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, haitaol+watch_chromium.org, pam+watch_chromium.org, chromium-apps-reviews_chromium.org, rsimha+watch_chromium.org
Visibility:
Public.

Description

Correctly deal with tokens for supervised users in ProfileOAuth2TokenService. TBR=antrim@chromium.org BUG=279307, 312751 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233393

Patch Set 1 #

Patch Set 2 : fix identityaccounttrackertest #

Patch Set 3 : . #

Patch Set 4 : chromeos #

Total comments: 4

Patch Set 5 : . #

Total comments: 1

Patch Set 6 : comment #

Total comments: 8

Patch Set 7 : review #

Patch Set 8 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -54 lines) Patch
M chrome/browser/chromeos/login/managed/locally_managed_user_login_flow.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/identity/account_tracker.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/account_tracker_unittest.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_signin_flow.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_constants.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_constants.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 2 3 4 5 5 chunks +10 lines, -15 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 1 2 3 4 5 6 7 7 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service.h View 1 2 3 4 5 6 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service.cc View 1 2 3 4 5 6 chunks +22 lines, -7 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 5 chunks +19 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Bernhard Bauer
Please review. Roger, Drew: Signin/Sync Denis: Chrome OS Michael: Identity API Thanks!
7 years, 1 month ago (2013-10-29 16:46:12 UTC) #1
Roger Tawa OOO till Jul 10th
lgtm Thanks Bernhard!
7 years, 1 month ago (2013-10-29 17:16:32 UTC) #2
Michael Courage
chrome/browser/extensions/api/identity/identity_signin_flow.cc also observes the PO2TS. Should it also have this check? (Maybe it's sufficient to ...
7 years, 1 month ago (2013-10-29 18:25:35 UTC) #3
Bernhard Bauer
On 2013/10/29 18:25:35, Michael Courage wrote: > chrome/browser/extensions/api/identity/identity_signin_flow.cc also observes the > PO2TS. Should it ...
7 years, 1 month ago (2013-10-29 20:25:08 UTC) #4
Michael Courage
On 2013/10/29 20:25:08, Bernhard Bauer wrote: > On 2013/10/29 18:25:35, Michael Courage wrote: > > ...
7 years, 1 month ago (2013-10-29 21:13:46 UTC) #5
Bernhard Bauer
On 2013/10/29 21:13:46, Michael Courage wrote: > On 2013/10/29 20:25:08, Bernhard Bauer wrote: > > ...
7 years, 1 month ago (2013-10-30 16:23:23 UTC) #6
Bernhard Bauer
Ping?
7 years, 1 month ago (2013-10-31 22:05:39 UTC) #7
Bernhard Bauer
To elaborate on the Ping: Michael, would you be okay with landing this while we ...
7 years, 1 month ago (2013-10-31 22:06:45 UTC) #8
Michael Courage
On 2013/10/31 22:06:45, Bernhard Bauer wrote: > To elaborate on the Ping: Michael, would you ...
7 years, 1 month ago (2013-10-31 22:15:49 UTC) #9
Roger Tawa OOO till Jul 10th
On 2013/10/31 22:15:49, Michael Courage wrote: > On 2013/10/31 22:06:45, Bernhard Bauer wrote: > > ...
7 years, 1 month ago (2013-11-01 00:38:14 UTC) #10
Michael Courage
On 2013/11/01 00:38:14, Roger Tawa wrote: > Although we have things like managed profiles and ...
7 years, 1 month ago (2013-11-01 02:02:46 UTC) #11
Roger Tawa OOO till Jul 10th
On 2013/11/01 02:02:46, Michael Courage wrote: > On 2013/11/01 00:38:14, Roger Tawa wrote: > > ...
7 years, 1 month ago (2013-11-01 03:11:46 UTC) #12
Bernhard Bauer
On 2013/11/01 03:11:46, Roger Tawa wrote: > On 2013/11/01 02:02:46, Michael Courage wrote: > > ...
7 years, 1 month ago (2013-11-04 14:48:50 UTC) #13
Bernhard Bauer
Drew, ping?
7 years, 1 month ago (2013-11-05 13:19:39 UTC) #14
Andrew T Wilson (Slow)
lgtm with some nits/questions. https://codereview.chromium.org/33173005/diff/570001/chrome/browser/managed_mode/managed_user_service.cc File chrome/browser/managed_mode/managed_user_service.cc (right): https://codereview.chromium.org/33173005/diff/570001/chrome/browser/managed_mode/managed_user_service.cc#newcode566 chrome/browser/managed_mode/managed_user_service.cc:566: token_service->LoadCredentials(); Is this still required ...
7 years, 1 month ago (2013-11-05 14:52:22 UTC) #15
Bernhard Bauer
https://codereview.chromium.org/33173005/diff/570001/chrome/browser/managed_mode/managed_user_service.cc File chrome/browser/managed_mode/managed_user_service.cc (right): https://codereview.chromium.org/33173005/diff/570001/chrome/browser/managed_mode/managed_user_service.cc#newcode566 chrome/browser/managed_mode/managed_user_service.cc:566: token_service->LoadCredentials(); On 2013/11/05 14:52:23, Andrew T Wilson wrote: > ...
7 years, 1 month ago (2013-11-05 16:26:50 UTC) #16
Bernhard Bauer
Denis: ChromeOS TBR.
7 years, 1 month ago (2013-11-05 16:27:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/33173005/700001
7 years, 1 month ago (2013-11-05 16:28:46 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=185190
7 years, 1 month ago (2013-11-05 18:08:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/33173005/910001
7 years, 1 month ago (2013-11-06 14:16:29 UTC) #20
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-06 14:20:41 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/33173005/910001
7 years, 1 month ago (2013-11-06 14:49:11 UTC) #22
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94992
7 years, 1 month ago (2013-11-06 18:40:14 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/33173005/910001
7 years, 1 month ago (2013-11-06 20:43:29 UTC) #24
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 22:18:53 UTC) #25
Message was sent while issue was closed.
Change committed as 233393

Powered by Google App Engine
This is Rietveld 408576698