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

Issue 10885015: Implement new-style CloudPolicyStore for Chrome OS device policy. (Closed)

Created:
8 years, 3 months ago by Mattias Nissler (ping if slow)
Modified:
8 years, 3 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Implement new-style CloudPolicyStore for Chrome OS device policy. BUG=chromium:108928 TEST=Unit tests, new code is not active yet. TBR=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155703

Patch Set 1 #

Total comments: 24

Patch Set 2 : Address comments, rebase. #

Patch Set 3 : Address comments, rebase. #

Patch Set 4 : Rebase, fix compilation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+556 lines, -748 lines) Patch
M chrome/browser/chromeos/settings/device_settings_service.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/settings/device_settings_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_service_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/session_manager_operation.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/settings/session_manager_operation.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/session_manager_operation_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud_policy_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud_policy_store.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/policy/device_cloud_policy_store_chromeos.h View 1 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/policy/device_cloud_policy_store_chromeos.cc View 1 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/browser/policy/device_cloud_policy_store_chromeos_unittest.cc View 1 2 1 chunk +221 lines, -0 lines 0 comments Download
M chrome/browser/policy/device_policy_cache.h View 1 2 chunks +4 lines, -26 lines 0 comments Download
M chrome/browser/policy/device_policy_cache.cc View 1 2 3 4 chunks +4 lines, -416 lines 0 comments Download
A chrome/browser/policy/device_policy_decoder_chromeos.h View 1 chunk +26 lines, -0 lines 0 comments Download
A + chrome/browser/policy/device_policy_decoder_chromeos.cc View 1 2 3 9 chunks +31 lines, -290 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Mattias Nissler (ping if slow)
Hi guys, here is something to review for both of you :)
8 years, 3 months ago (2012-08-28 18:38:10 UTC) #1
Joao da Silva
lgtm with nits http://codereview.chromium.org/10885015/diff/1/chrome/browser/chromeos/settings/device_settings_service.h File chrome/browser/chromeos/settings/device_settings_service.h (right): http://codereview.chromium.org/10885015/diff/1/chrome/browser/chromeos/settings/device_settings_service.h#newcode161 chrome/browser/chromeos/settings/device_settings_service.h:161: void Store(scoped_ptr<enterprise_management::PolicyFetchResponse> policy, PolicyFetchResponse needs forward ...
8 years, 3 months ago (2012-08-28 19:56:57 UTC) #2
pastarmovj
+1 (a.k.a. lgtm when you clean the tiny miny nits :) )
8 years, 3 months ago (2012-08-29 11:39:49 UTC) #3
Mattias Nissler (ping if slow)
Comments fixed. http://codereview.chromium.org/10885015/diff/1/chrome/browser/chromeos/settings/device_settings_service.h File chrome/browser/chromeos/settings/device_settings_service.h (right): http://codereview.chromium.org/10885015/diff/1/chrome/browser/chromeos/settings/device_settings_service.h#newcode161 chrome/browser/chromeos/settings/device_settings_service.h:161: void Store(scoped_ptr<enterprise_management::PolicyFetchResponse> policy, On 2012/08/28 19:56:57, Joao ...
8 years, 3 months ago (2012-08-31 14:13:18 UTC) #4
Joao da Silva
What's the status of this CL? Do you need another round of reviews?
8 years, 3 months ago (2012-09-07 12:45:10 UTC) #5
Mattias Nissler (ping if slow)
On 2012/09/07 12:45:10, Joao da Silva wrote: > What's the status of this CL? Do ...
8 years, 3 months ago (2012-09-07 12:53:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/10885015/25002
8 years, 3 months ago (2012-09-07 16:09:10 UTC) #7
commit-bot: I haz the power
Presubmit check for 10885015-25002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-07 16:09:16 UTC) #8
Mattias Nissler (ping if slow)
+Ben to TBR for the gyp changes.
8 years, 3 months ago (2012-09-10 07:51:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/10885015/25002
8 years, 3 months ago (2012-09-10 07:51:48 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-09-10 11:04:53 UTC) #11
Change committed as 155703

Powered by Google App Engine
This is Rietveld 408576698