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

Issue 450037: Adds basic group policy support. Resubmitting r33093 with a new unit test.... (Closed)

Created:
11 years ago by Glenn Wilson
Modified:
9 years, 7 months ago
Reviewers:
kuchhal
CC:
chromium-reviews_googlegroups.com, Paweł Hajdan Jr., ben+cc_chromium.org, Nicolas Sylvain
Visibility:
Public.

Description

Adds basic group policy support. Resubmitting r33093 with a new unit test. R=kuchhal TEST=unit test included BUG=19374 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=34008

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+917 lines, -0 lines) Patch
A chrome/browser/group_policy.h View 1 1 chunk +157 lines, -0 lines 0 comments Download
A chrome/browser/group_policy.cc View 1 1 chunk +478 lines, -0 lines 0 comments Download
A chrome/browser/group_policy_settings.h View 1 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/group_policy_settings.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/group_policy_unittest.cc View 1 2 3 1 chunk +198 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Glenn Wilson
Here's another shot at this patch -- I modified the unit test to fail gracefully ...
11 years ago (2009-12-01 23:07:43 UTC) #1
kuchhal
lgtm. I have only looked at the unit test file in this round since apparently ...
11 years ago (2009-12-02 17:51:38 UTC) #2
Glenn Wilson
On 2009/12/02 17:51:38, kuchhal wrote: > lgtm. > > I have only looked at the ...
11 years ago (2009-12-02 22:48:17 UTC) #3
kuchhal
It does look promising. Can buildbots write to hkcu? Or any other registry? Even with ...
11 years ago (2009-12-02 22:56:31 UTC) #4
Nicolas Sylvain
On Wed, Dec 2, 2009 at 2:55 PM, Rahul Kuchhal <kuchhal@chromium.org> wrote: > It does ...
11 years ago (2009-12-02 23:29:42 UTC) #5
Glenn Wilson
On Wed, Dec 2, 2009 at 3:29 PM, Nicolas Sylvain <nsylvain@chromium.org>wrote: > > > On ...
11 years ago (2009-12-03 19:33:01 UTC) #6
kuchhal
11 years ago (2009-12-03 22:30:53 UTC) #7
I think it is fine for now since the tests are exactly same for HKLM and HKCU.
In future if we have HKLM only tests that can not be run on buildbots, it would
be good to use HKCU on buildbots for testing.

For now lgtm.

Powered by Google App Engine
This is Rietveld 408576698