|
Componentize AccountReconcilor.
This CL does the following:
- Componentize SigninOAuthHelper
- Replaces AccountReconcilor's calls to Profile with calls to SigninClient
- Passes AccountReconcilor's dependencies in directly rather than having
AccountReconcilor obtain them from factories via the Profile
- Componentizes AccountReconcilor
BUG= 334196, 333999
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261422
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+142 lines, -1272 lines) |
Patch |
 |
D |
chrome/browser/signin/account_reconcilor.h
|
View
|
|
1 chunk |
+0 lines, -246 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/signin/account_reconcilor.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -746 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/account_reconcilor_factory.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/account_reconcilor_factory.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/account_reconcilor_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/signin/signin_oauth_helper.h
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/signin/signin_oauth_helper.cc
|
View
|
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/signin_tracker.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/signin/inline_login_handler_impl.cc
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/signin.gypi
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/signin/core/browser/account_reconcilor.h
|
View
|
1
2
3
|
9 chunks |
+25 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
components/signin/core/browser/account_reconcilor.cc
|
View
|
1
2
3
|
32 chunks |
+78 lines, -101 lines |
0 comments
|
Download
|
 |
A + |
components/signin/core/browser/signin_oauth_helper.h
|
View
|
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
components/signin/core/browser/signin_oauth_helper.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|