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

Issue 1736293002: Added boolean policy to enable deactivation of bluetooth for managed devices (Closed)

Created:
4 years, 10 months ago by Ivan Šandrk
Modified:
4 years, 9 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added boolean policy to enable deactivation of bluetooth for managed devices This is cl #1 of 3 to tackle this issue: #1 boolean policy #2 actual changes in the Bluetooth code + policy handler #3 UI part. BUG=463578 Committed: https://crrev.com/376c69d2c253569a9404c750cdd2b0a93eebedac Cr-Commit-Position: refs/heads/master@{#381538}

Patch Set 1 #

Patch Set 2 : Renamed policy, added missing stuff #

Total comments: 6

Patch Set 3 : fixed bartfab's suggestions #

Total comments: 2

Patch Set 4 : fixed policy description #

Total comments: 2

Patch Set 5 : fixed policy description #2 #

Total comments: 2

Patch Set 6 : fixed policy description #3 #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1 line) Patch
M chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/policy/proto/chrome_device_policy.proto View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/device_settings_provider.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/settings/cros_settings_names.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/settings/cros_settings_names.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 5 6 2 chunks +20 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 34 (11 generated)
Ivan Šandrk
cschuet@chromium.org: Please review changes in bartfab@chromium.org: Please review changes in ptal
4 years, 10 months ago (2016-02-26 17:52:13 UTC) #2
cschuet (SLOW)
On 2016/02/26 17:52:13, Ivan Šandrk wrote: > mailto:cschuet@chromium.org: Please review changes in > > mailto:bartfab@chromium.org: ...
4 years, 9 months ago (2016-02-27 21:02:16 UTC) #3
bartfab (slow)
As Christoph says, you have not actually defined any policy. You just implemented part of ...
4 years, 9 months ago (2016-03-01 16:48:05 UTC) #4
Ivan Šandrk
Updated it, ptal guys :)
4 years, 9 months ago (2016-03-04 18:32:36 UTC) #5
bartfab (slow)
You wired up policy decoding now but the policy still does nothing. Is this intentional? ...
4 years, 9 months ago (2016-03-07 11:28:24 UTC) #6
Ivan Šandrk
> You wired up policy decoding now but the policy still does nothing. Is this ...
4 years, 9 months ago (2016-03-07 13:07:23 UTC) #7
Ivan Šandrk
https://codereview.chromium.org/1736293002/diff/20001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc File chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc (right): https://codereview.chromium.org/1736293002/diff/20001/chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc#newcode310 chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc:310: NULL); On 2016/03/07 11:28:24, bartfab (slow) wrote: > Nit: ...
4 years, 9 months ago (2016-03-07 13:07:44 UTC) #8
bartfab (slow)
https://codereview.chromium.org/1736293002/diff/40001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/1736293002/diff/40001/components/policy/resources/policy_templates.json#newcode8285 components/policy/resources/policy_templates.json:8285: 'desc': '''If this policy is set to false, <ph ...
4 years, 9 months ago (2016-03-07 13:48:42 UTC) #9
bartfab (slow)
On 2016/03/07 13:07:23, Ivan Šandrk wrote: > > You wired up policy decoding now but ...
4 years, 9 months ago (2016-03-07 13:49:45 UTC) #10
Ivan Šandrk
https://codereview.chromium.org/1736293002/diff/40001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/1736293002/diff/40001/components/policy/resources/policy_templates.json#newcode8285 components/policy/resources/policy_templates.json:8285: 'desc': '''If this policy is set to false, <ph ...
4 years, 9 months ago (2016-03-07 15:37:48 UTC) #11
bartfab (slow)
https://codereview.chromium.org/1736293002/diff/60001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/1736293002/diff/60001/components/policy/resources/policy_templates.json#newcode8285 components/policy/resources/policy_templates.json:8285: 'desc': '''If this policy is set to false, <ph ...
4 years, 9 months ago (2016-03-10 12:28:43 UTC) #12
bartfab (slow)
On 2016/03/07 13:49:45, bartfab (slow) wrote: > On 2016/03/07 13:07:23, Ivan Šandrk wrote: > > ...
4 years, 9 months ago (2016-03-10 12:28:47 UTC) #13
Ivan Šandrk
https://codereview.chromium.org/1736293002/diff/60001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/1736293002/diff/60001/components/policy/resources/policy_templates.json#newcode8285 components/policy/resources/policy_templates.json:8285: 'desc': '''If this policy is set to false, <ph ...
4 years, 9 months ago (2016-03-10 15:59:27 UTC) #15
bartfab (slow)
lgtm https://codereview.chromium.org/1736293002/diff/80001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/1736293002/diff/80001/components/policy/resources/policy_templates.json#newcode8287 components/policy/resources/policy_templates.json:8287: If this policy is set to true, the ...
4 years, 9 months ago (2016-03-10 17:57:34 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1736293002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1736293002/120001
4 years, 9 months ago (2016-03-11 13:22:54 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/156075)
4 years, 9 months ago (2016-03-11 13:32:21 UTC) #21
Ivan Šandrk
Stevenjb, ptal at chromeos/settings/cros_settings_names.{h,cc}, need LGTM. Holte, ptal at tools/metrics/histograms/histograms.xml, need LGTM. https://codereview.chromium.org/1736293002/diff/80001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json ...
4 years, 9 months ago (2016-03-11 14:18:00 UTC) #23
stevenjb
cros_settings_names lgtm
4 years, 9 months ago (2016-03-11 18:46:20 UTC) #24
Ivan Šandrk
isherman, need LGTM on tools/metrics/histograms/histograms.xml
4 years, 9 months ago (2016-03-16 13:26:12 UTC) #26
Ilya Sherman
histograms.xml lgtm
4 years, 9 months ago (2016-03-16 19:10:56 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1736293002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1736293002/140001
4 years, 9 months ago (2016-03-16 19:25:02 UTC) #30
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 9 months ago (2016-03-16 20:58:30 UTC) #32
commit-bot: I haz the power
4 years, 9 months ago (2016-03-16 21:01:17 UTC) #34
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/376c69d2c253569a9404c750cdd2b0a93eebedac
Cr-Commit-Position: refs/heads/master@{#381538}

Powered by Google App Engine
This is Rietveld 408576698