|
Move UbertokenFetcher from //chrome to //google_apis.
This CL eliminates //chrome- and //content-level dependencies from
UbertokenFetcher and moves it to //google_apis/gaia. Notable changes:
- Change UbertokenFetcher to take in the OAuth2TokenService and
URLRequestContextGetter to use rather than the Profile.
- Add a FakeOAuth2TokenService to enable moving the UbertokenFetcher unittest
away from using FakeProfileOAuth2TokenService.
BUG= 330292
TBR=thakis
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245359
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+171 lines, -422 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/identity/gaia_web_auth_flow.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/google_auto_login_helper.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/google_auto_login_helper.cc
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/signin/ubertoken_fetcher.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/signin/ubertoken_fetcher.cc
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/signin/ubertoken_fetcher_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -125 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/fake_oauth2_token_service.h
|
View
|
1
2
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/fake_oauth2_token_service.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/sync/fake_oauth2_token_service_for_sync.h
|
View
|
1
2
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/sync/fake_oauth2_token_service_for_sync.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_password_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_preference_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_session_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/auto_login_infobar_delegate.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A |
google_apis/gaia/fake_oauth2_token_service.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
google_apis/gaia/fake_oauth2_token_service.cc
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
google_apis/gaia/ubertoken_fetcher.h
|
View
|
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
google_apis/gaia/ubertoken_fetcher.cc
|
View
|
1
|
3 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
google_apis/gaia/ubertoken_fetcher_unittest.cc
|
View
|
|
5 chunks |
+17 lines, -30 lines |
0 comments
|
Download
|
 |
M |
google_apis/google_apis.gyp
|
View
|
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|