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

Issue 14843009: Wire the device requisition parameter for enterprise enrollment. (Closed)

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

Description

Wire the device requisition parameter for enterprise enrollment. Add a new parameter for device management registration requests that indicates to the server an intended purpose / mode for the device. Wire the parameter for device-enrollment to pass the requisition parameter from the Kiosk manifest. BUG=chromium:238655 TEST=Unit tests, enroll a device with kiosk manifest present and observer requisition parameter being passed to the server. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200822

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fix build. #

Patch Set 3 : Rebase. #

Patch Set 4 : Fix mock #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -25 lines) Patch
M chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc View 1 2 4 chunks +18 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/policy/enrollment_handler_chromeos.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc View 3 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_client.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_client_unittest.cc View 6 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/mock_cloud_policy_client.h View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/proto/cloud/device_management_backend.proto View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Mattias Nissler (ping if slow)
Please review.
7 years, 7 months ago (2013-05-10 14:20:20 UTC) #1
bartfab (slow)
lgtm https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc File chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc (right): https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc#newcode53 chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc:53: // Fetches a machine statics from StatisticsProvider, returns ...
7 years, 7 months ago (2013-05-10 15:25:50 UTC) #2
Mattias Nissler (ping if slow)
https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 chrome/browser/policy/proto/cloud/device_management_backend.proto:51: optional string requisition = 6; Bin, Raymond: I'd like ...
7 years, 7 months ago (2013-05-13 10:52:35 UTC) #3
Bin
https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 chrome/browser/policy/proto/cloud/device_management_backend.proto:51: optional string requisition = 6; On 2013/05/13 10:52:35, Mattias ...
7 years, 7 months ago (2013-05-14 06:36:40 UTC) #4
Mattias Nissler (ping if slow)
https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 chrome/browser/policy/proto/cloud/device_management_backend.proto:51: optional string requisition = 6; On 2013/05/14 06:36:41, Bin ...
7 years, 7 months ago (2013-05-14 06:49:51 UTC) #5
Bin
On 2013/05/14 06:49:51, Mattias Nissler wrote: > https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto > File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): > > https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 ...
7 years, 7 months ago (2013-05-14 06:56:55 UTC) #6
Mattias Nissler (ping if slow)
On 2013/05/14 06:56:55, Bin wrote: > On 2013/05/14 06:49:51, Mattias Nissler wrote: > > > ...
7 years, 7 months ago (2013-05-14 07:37:43 UTC) #7
Bin
https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 chrome/browser/policy/proto/cloud/device_management_backend.proto:51: optional string requisition = 6; My understanding (and also ...
7 years, 7 months ago (2013-05-15 06:13:27 UTC) #8
Mattias Nissler (ping if slow)
https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 chrome/browser/policy/proto/cloud/device_management_backend.proto:51: optional string requisition = 6; On 2013/05/15 06:13:27, Bin ...
7 years, 7 months ago (2013-05-15 12:02:29 UTC) #9
Bin
On 2013/05/15 12:02:29, Mattias Nissler wrote: > https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto > File chrome/browser/policy/proto/cloud/device_management_backend.proto (right): > > https://chromiumcodereview.appspot.com/14843009/diff/1/chrome/browser/policy/proto/cloud/device_management_backend.proto#newcode51 ...
7 years, 7 months ago (2013-05-15 23:43:23 UTC) #10
Bin
lgtm
7 years, 7 months ago (2013-05-15 23:43:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14843009/17001
7 years, 7 months ago (2013-05-16 12:28:49 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-16 12:50:21 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14843009/29001
7 years, 7 months ago (2013-05-16 14:21:23 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-16 14:45:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14843009/29001
7 years, 7 months ago (2013-05-17 11:33:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnissler@chromium.org/14843009/48001
7 years, 7 months ago (2013-05-17 14:30:56 UTC) #17
commit-bot: I haz the power
7 years, 7 months ago (2013-05-17 16:32:53 UTC) #18
Message was sent while issue was closed.
Change committed as 200822

Powered by Google App Engine
This is Rietveld 408576698