Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Issue 567393006: Do not use unaffiliated users' connections for device policy pushing (Closed)

Created:
6 years, 3 months ago by bartfab (slow)
Modified:
6 years, 3 months ago
Reviewers:
pastarmovj
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org, jinzhang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Do not use unaffiliated users' connections for device policy pushing Device policy pushing requires a connected invalidation service. When a user logs in, an invalidation service is typically spun up for the user. Device policy pushing can reuse this service instead of running its own invalidation service to conserve server resources. This CL ensures that for privacy reasons, device policy pushing only reuses the user's invalidation service if the user is affiliated with the device. BUG=415094 TEST=New unit test Committed: https://crrev.com/6c34217875d95449ac888b490cc684832d38c3c4 Cr-Commit-Position: refs/heads/master@{#295483}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Split large unit test into four smaller tests. #

Patch Set 3 : Re-add a check accidentally removed in the previous patch. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -121 lines) Patch
M chrome/browser/chromeos/policy/device_cloud_policy_invalidator.h View 2 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/policy/device_cloud_policy_invalidator.cc View 4 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/policy/device_cloud_policy_invalidator_unittest.cc View 1 2 19 chunks +320 lines, -105 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
bartfab (slow)
Hi Julian, Could you take a look please?
6 years, 3 months ago (2014-09-17 11:53:08 UTC) #2
pastarmovj
LGTM with a nit/request. https://codereview.chromium.org/567393006/diff/1/chrome/browser/chromeos/policy/device_cloud_policy_invalidator_unittest.cc File chrome/browser/chromeos/policy/device_cloud_policy_invalidator_unittest.cc (right): https://codereview.chromium.org/567393006/diff/1/chrome/browser/chromeos/policy/device_cloud_policy_invalidator_unittest.cc#newcode389 chrome/browser/chromeos/policy/device_cloud_policy_invalidator_unittest.cc:389: TEST_F(DeviceCloudPolicyInvalidatorTest, SwitchInvalidationServices) { nit: This ...
6 years, 3 months ago (2014-09-17 16:04:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/567393006/20001
6 years, 3 months ago (2014-09-18 15:44:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/567393006/40001
6 years, 3 months ago (2014-09-18 15:51:00 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001) as e32e26b7bc9764a5b83afdf272dca80b3839dd3e
6 years, 3 months ago (2014-09-18 16:46:17 UTC) #8
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 16:47:21 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6c34217875d95449ac888b490cc684832d38c3c4
Cr-Commit-Position: refs/heads/master@{#295483}

Powered by Google App Engine
This is Rietveld 408576698