|
Fix cloud policy duplicate registrations issue.
The automatic retry behavior in case of misconfigured proxies and
ERR_NETWORK_CHANGED could sometimes cause duplicated requests at the server,
which then refuses the 2nd request with the same device-id. Setting the
reregister flag in subsequent requests fixes that problem.
BUG= 173768
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182871
Total comments: 6
Total comments: 6
Total comments: 18
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+929 lines, -198 lines) |
Patch |
 |
M |
chrome/browser/policy/cloud_policy_browsertest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/cloud_policy_client.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/cloud_policy_client.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/cloud_policy_client_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+35 lines, -14 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/cloud_policy_manager_browsertest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+186 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/device_management_service.h
|
View
|
1
|
5 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/device_management_service.cc
|
View
|
1
|
13 chunks |
+98 lines, -43 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/device_management_service_browsertest.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+62 lines, -96 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/device_management_service_unittest.cc
|
View
|
1
|
23 chunks |
+104 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/mock_cloud_policy_client.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/mock_cloud_policy_client.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/mock_device_management_service.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/mock_device_management_service.cc
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/test_request_interceptor.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/test_request_interceptor.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+257 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/test_utils.h
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/policy/test_utils.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|