|
Removed policy::PolicyNamespaceKey.
The policy code maps policy namespaces (which are pairs of policy type
and an optional settings entity ID, or component ID) to their policy
internally. The namespace spilled into the CloudPolicyClient though
the cloud policy protocol doesn't have this concept; this change
clears that up.
This is a cleanup of the policy code and doesn't make any functional
changes.
BUG= 435987
Committed: https://crrev.com/fa667f7aa445c85d915050ee93d01b4a738348f4
Cr-Commit-Position: refs/heads/master@{#306079}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+243 lines, -215 lines) |
Patch |
 |
M |
chrome/browser/chromeos/policy/device_cloud_policy_invalidator_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
View
|
1
2
|
9 chunks |
+14 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/profile_policy_connector_unittest.cc
|
View
|
1
2
|
6 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_client.h
|
View
|
1
|
6 chunks |
+20 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_client.cc
|
View
|
|
7 chunks |
+22 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_client_unittest.cc
|
View
|
1
|
20 chunks |
+56 lines, -46 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_constants.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_core.h
|
View
|
2
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_core.cc
|
View
|
2
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_core_unittest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_manager.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_manager.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_manager_unittest.cc
|
View
|
1
2
|
10 chunks |
+16 lines, -20 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_service.h
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_service.cc
|
View
|
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/cloud_policy_service_unittest.cc
|
View
|
1
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/component_cloud_policy_service.cc
|
View
|
1
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc
|
View
|
1
2
|
10 chunks |
+14 lines, -16 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/mock_cloud_policy_client.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/mock_cloud_policy_client.cc
|
View
|
1
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/policy/core/common/cloud/user_cloud_policy_manager.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
Total messages: 12 (2 generated)
|