|
|
Introduce CloudPolicyClient
This is part of a clean up of the policy code. CloudPolicyClient moves
the core policy interactions into a single class with a well defined
interface. Subsequent CLs will remove CloudPolicyController and
DeviceTokenFetcher and introduce cleaner separation of policy fetching
and caching.
BUG= chromium:108928
TEST=Compiles and passes tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138873
Total comments: 12
Total comments: 9
Total comments: 31
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+892 lines, -58 lines) |
Patch |
 |
M |
chrome/browser/policy/auto_enrollment_client_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+26 lines, -25 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/cloud_policy_client.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+207 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/cloud_policy_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+238 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/cloud_policy_client_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+340 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/cloud_policy_controller_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/device_token_fetcher_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/mock_device_management_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/mock_device_management_service.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+26 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/policy_constants.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/policy_map.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|