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

Issue 205703005: Componentize SigninIdAccountHelper. (Closed)

Created:
6 years, 9 months ago by blundell
Modified:
6 years, 9 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Componentize SigninIdAccountHelper. This CL eliminates //chrome dependencies from SigninAccountIdHelper. It additionally adds an observer-like API to SigninClient and uses this API to have ChromeSigninClient performs the LocalAuth functionality that SigninManager was previously performing (LocalAuth will remain a //chrome-level concept). BUG=354864, 354866 TBR=thakis Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260080

Patch Set 1 #

Total comments: 2

Patch Set 2 : Componentize SigninAccountIdHelper #

Total comments: 2

Patch Set 3 : Response to review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -41 lines) Patch
M chrome/browser/signin/chrome_signin_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/signin/chrome_signin_client.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_account_id_helper.h View 1 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/signin/signin_account_id_helper.cc View 1 2 8 chunks +32 lines, -26 lines 0 comments Download
M chrome/browser/signin/signin_manager.cc View 1 3 chunks +5 lines, -7 lines 0 comments Download
M chrome/common/pref_names.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M components/signin/core/browser/signin_client.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M components/signin/core/common/signin_pref_names.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/signin/core/common/signin_pref_names.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
blundell
https://codereview.chromium.org/205703005/diff/1/chrome/browser/signin/chrome_signin_client.h File chrome/browser/signin/chrome_signin_client.h (right): https://codereview.chromium.org/205703005/diff/1/chrome/browser/signin/chrome_signin_client.h#newcode34 chrome/browser/signin/chrome_signin_client.h:34: #if !defined(OS_CHROMEOS) I decided to make this API non-ChromeOS ...
6 years, 9 months ago (2014-03-21 15:01:46 UTC) #1
blundell
6 years, 9 months ago (2014-03-21 15:01:54 UTC) #2
Roger Tawa OOO till Jul 10th
Concepts like SigninManagerInitialized() and SigninManagerShutdown() could be useful to cros, so it does seem a ...
6 years, 9 months ago (2014-03-24 14:10:07 UTC) #3
blundell
Hi Roger, Acted on your suggestion to componentize SigninAccountIdHelper instead of abstracting out of SigninManager. ...
6 years, 9 months ago (2014-03-26 16:12:22 UTC) #4
Roger Tawa OOO till Jul 10th
lgtm Looks great, thanks Colin! https://codereview.chromium.org/205703005/diff/20001/chrome/browser/signin/signin_account_id_helper.cc File chrome/browser/signin/signin_account_id_helper.cc (right): https://codereview.chromium.org/205703005/diff/20001/chrome/browser/signin/signin_account_id_helper.cc#newcode115 chrome/browser/signin/signin_account_id_helper.cc:115: DCHECK(signin_manager_); DCHECK client_ is ...
6 years, 9 months ago (2014-03-27 15:53:29 UTC) #5
blundell
https://codereview.chromium.org/205703005/diff/20001/chrome/browser/signin/signin_account_id_helper.cc File chrome/browser/signin/signin_account_id_helper.cc (right): https://codereview.chromium.org/205703005/diff/20001/chrome/browser/signin/signin_account_id_helper.cc#newcode115 chrome/browser/signin/signin_account_id_helper.cc:115: DCHECK(signin_manager_); On 2014/03/27 15:53:29, Roger Tawa wrote: > DCHECK ...
6 years, 9 months ago (2014-03-27 17:43:55 UTC) #6
blundell
TBR thakis for //chrome/common
6 years, 9 months ago (2014-03-27 17:44:27 UTC) #7
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 9 months ago (2014-03-27 17:44:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/205703005/40001
6 years, 9 months ago (2014-03-27 17:45:57 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 18:58:40 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=289580
6 years, 9 months ago (2014-03-27 18:58:40 UTC) #11
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 9 months ago (2014-03-27 20:36:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/205703005/40001
6 years, 9 months ago (2014-03-27 20:37:41 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 22:27:10 UTC) #14
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-27 22:27:10 UTC) #15
blundell
The CQ bit was checked by blundell@chromium.org
6 years, 9 months ago (2014-03-28 06:31:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/205703005/40001
6 years, 9 months ago (2014-03-28 06:32:47 UTC) #17
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 06:35:33 UTC) #18
Message was sent while issue was closed.
Change committed as 260080

Powered by Google App Engine
This is Rietveld 408576698