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

Issue 6882038: Move writing information to the lockbox after registering with the DM server. (Closed)

Created:
9 years, 8 months ago by pastarmovj
Modified:
9 years, 7 months ago
CC:
chromium-reviews, nkostylev+cc_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move writing information to the lockbox after registering with the DM server. BUG=14285 TEST=Manual. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83012

Patch Set 1 #

Total comments: 6

Patch Set 2 : Moved logic up the responsibility chain. #

Patch Set 3 : Reverted some whitespaces. #

Total comments: 2

Patch Set 4 : Fixed nits and rebase issues. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -14 lines) Patch
M chrome/browser/chromeos/login/background_view.cc View 1 2 3 1 chunk +1 line, -0 lines 1 comment Download
M chrome/browser/chromeos/login/enterprise_enrollment_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/enterprise_enrollment_screen.cc View 1 2 4 chunks +19 lines, -11 lines 0 comments Download
M chrome/browser/policy/browser_policy_connector.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/policy/browser_policy_connector.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/policy/cloud_policy_controller.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/policy/cloud_policy_subsystem.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/policy/device_policy_identity_strategy.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/policy/device_policy_identity_strategy.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/policy/policy_notifier.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Mattias Nissler (ping if slow)
Generally looks good, except for the part about having DevicePolicyIdentityStrategy trigger the policy fetch as ...
9 years, 8 months ago (2011-04-19 12:15:25 UTC) #1
pastarmovj
Moved the logic to the identity strategy as discussed. Trybots are running too.
9 years, 8 months ago (2011-04-20 14:27:21 UTC) #2
Mattias Nissler (ping if slow)
good to go if trybots agree. http://codereview.chromium.org/6882038/diff/5005/chrome/browser/policy/device_policy_identity_strategy.cc File chrome/browser/policy/device_policy_identity_strategy.cc (right): http://codereview.chromium.org/6882038/diff/5005/chrome/browser/policy/device_policy_identity_strategy.cc#newcode87 chrome/browser/policy/device_policy_identity_strategy.cc:87: void DevicePolicyIdentityStrategy::FetchPolicy() { ...
9 years, 8 months ago (2011-04-20 14:32:49 UTC) #3
Mattias Nissler (ping if slow)
LGTM pending trybot happiness.
9 years, 8 months ago (2011-04-20 14:51:20 UTC) #4
Mattias Nissler (ping if slow)
http://codereview.chromium.org/6882038/diff/5007/chrome/browser/chromeos/login/background_view.cc File chrome/browser/chromeos/login/background_view.cc (right): http://codereview.chromium.org/6882038/diff/5007/chrome/browser/chromeos/login/background_view.cc#newcode499 chrome/browser/chromeos/login/background_view.cc:499: case policy::CloudPolicySubssytem::TOKEN_FETCHED: You have a typo here :)
9 years, 8 months ago (2011-04-20 15:12:43 UTC) #5
Mattias Nissler (ping if slow)
9 years, 8 months ago (2011-04-26 15:18:57 UTC) #6
On 2011/04/20 15:12:43, Mattias Nissler wrote:
>
http://codereview.chromium.org/6882038/diff/5007/chrome/browser/chromeos/logi...
> File chrome/browser/chromeos/login/background_view.cc (right):
> 
>
http://codereview.chromium.org/6882038/diff/5007/chrome/browser/chromeos/logi...
> chrome/browser/chromeos/login/background_view.cc:499: case
> policy::CloudPolicySubssytem::TOKEN_FETCHED:
> You have a typo here :)

Oh, and btw.: To reference bugs in CrOS, you should specify them as
chromium-os:XYZ

Powered by Google App Engine
This is Rietveld 408576698