|
The token service should now support issuing auth tokens.
The service will fetch tokens in the background and broadcast notifications after it's done.
Move some common constants out into a new file.
Modify TestNotificationTracker to support subclassing as it doesn't properly make a deep copy of notifications on the stack.
TEST=unit tests included
BUG= 47093
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54028
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+396 lines, -32 lines) |
Patch |
 |
M |
chrome/browser/chromeos/login/google_authenticator.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_utils.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/net/gaia/token_service.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+76 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/gaia/token_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+64 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/net/gaia/token_service_unittest.cc
|
View
|
3
4
5
|
1 chunk |
+169 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/gaia/gaia_authenticator2.h
|
View
|
1
2
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/gaia/gaia_authenticator2.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/net/gaia/gaia_authenticator2_unittest.h
|
View
|
|
4 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/common/net/gaia/gaia_constants.h
|
View
|
3
4
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/net/gaia/gaia_constants.cc
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/notification_type.h
|
View
|
3
4
5
6
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common_constants.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/test_notification_tracker.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|