|
Created AttestationPolicyObserver.
AttestationPolicyObserver performs Chrome OS attestation work in
response to policy changes.
This CL integrates AttestationPolicyObserver with the Chrome OS
device policy infrastructure. It also defines a AttestationCAClient
skeleton which is necessary to instantiate AttestationFlow and changes
AttestationFlow to take ownership of its ServerProxy instance.
BUG= chromium:219959
TEST=unit_tests; chromeos_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195266
Total comments: 24
Total comments: 4
Total comments: 32
Total comments: 4
Total comments: 4
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+566 lines, -30 lines) |
Patch |
|
M |
WATCHLISTS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/browser/chromeos/attestation/OWNERS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A |
chrome/browser/chromeos/attestation/attestation_ca_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/chromeos/attestation/attestation_ca_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/chromeos/attestation/attestation_policy_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/chromeos/attestation/attestation_policy_observer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+187 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/settings/device_settings_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/chrome_browser_chromeos.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
chromeos/attestation/OWNERS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
chromeos/attestation/attestation_flow.h
|
View
|
1
2
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chromeos/attestation/attestation_flow.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chromeos/attestation/attestation_flow_unittest.cc
|
View
|
1
2
4
5
6
|
18 chunks |
+36 lines, -27 lines |
0 comments
|
Download
|
|
M |
chromeos/attestation/mock_attestation_flow.h
|
View
|
1
2
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
chromeos/attestation/mock_attestation_flow.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|