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

Issue 10496013: Implement the mac policy provider based on the AsyncPolicyLoader. (Closed)

Created:
8 years, 6 months ago by Joao da Silva
Modified:
8 years, 6 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Implement the mac policy provider based on the AsyncPolicyLoader. BUG=130918 TEST=policies still work on mac, unit_tests green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140530

Patch Set 1 #

Patch Set 2 : . #

Total comments: 13

Patch Set 3 : addressed comments #

Total comments: 3

Patch Set 4 : Renamed to PolicyLoaderMac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -123 lines) Patch
M chrome/browser/policy/browser_policy_connector.cc View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
D chrome/browser/policy/configuration_policy_provider_mac.h View 1 chunk +0 lines, -71 lines 0 comments Download
M chrome/browser/policy/configuration_policy_provider_test.h View 1 2 3 3 chunks +21 lines, -2 lines 0 comments Download
M chrome/browser/policy/configuration_policy_provider_test.cc View 1 2 3 4 chunks +13 lines, -2 lines 0 comments Download
A chrome/browser/policy/policy_loader_mac.h View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
A + chrome/browser/policy/policy_loader_mac.cc View 1 2 3 8 chunks +28 lines, -30 lines 0 comments Download
A + chrome/browser/policy/policy_loader_mac_unittest.cc View 1 2 3 6 chunks +18 lines, -13 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Joao da Silva
CL 2/5: refactored the mac provider to be based on the AsyncPolicyLoader. Manually verified to ...
8 years, 6 months ago (2012-06-03 14:19:59 UTC) #1
Mattias Nissler (ping if slow)
http://codereview.chromium.org/10496013/diff/9001/chrome/browser/policy/policy_loader_mac.cc File chrome/browser/policy/policy_loader_mac.cc (right): http://codereview.chromium.org/10496013/diff/9001/chrome/browser/policy/policy_loader_mac.cc#newcode91 chrome/browser/policy/policy_loader_mac.cc:91: return new AsyncPolicyProvider(policy_list, loader); It seems this function will ...
8 years, 6 months ago (2012-06-04 09:19:02 UTC) #2
Joao da Silva
This has been rebased on the recent AsyncPolicyLoader changes, and I've manually verified that it ...
8 years, 6 months ago (2012-06-04 17:55:14 UTC) #3
Mattias Nissler (ping if slow)
I think we should actually name the loader PolicyLoaderMac (see my comment). Other than that ...
8 years, 6 months ago (2012-06-05 11:55:59 UTC) #4
Joao da Silva
http://codereview.chromium.org/10496013/diff/9001/chrome/browser/policy/policy_loader_mac.h File chrome/browser/policy/policy_loader_mac.h (right): http://codereview.chromium.org/10496013/diff/9001/chrome/browser/policy/policy_loader_mac.h#newcode27 chrome/browser/policy/policy_loader_mac.h:27: class MacPolicyLoader : public AsyncPolicyLoader { On 2012/06/05 11:55:59, ...
8 years, 6 months ago (2012-06-05 13:52:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/10496013/27001
8 years, 6 months ago (2012-06-05 13:56:40 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-06-05 15:43:40 UTC) #7
Change committed as 140530

Powered by Google App Engine
This is Rietveld 408576698