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

Issue 2733903002: Remote set volume command (Closed)

Created:
3 years, 9 months ago by Ivan Šandrk
Modified:
3 years, 9 months ago
CC:
chromium-reviews, oshima+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remote set volume command This CL introduces a remote command that enables device administrators to remotely set device volume on CrOS devices. More context can be found by reading the design doc go/remote-audio-management BUG=682792 Review-Url: https://codereview.chromium.org/2733903002 Cr-Commit-Position: refs/heads/master@{#455469} Committed: https://chromium.googlesource.com/chromium/src/+/0f397d38f3023f90d0765ac41416cb1fb4226609

Patch Set 1 #

Total comments: 12

Patch Set 2 : Callback, two more tests, nits #

Total comments: 4

Patch Set 3 : Nits + mute/unmute logic #

Messages

Total messages: 20 (13 generated)
Ivan Šandrk
Hey Drew, please take a look! Ivan
3 years, 9 months ago (2017-03-06 17:38:28 UTC) #2
Andrew T Wilson (Slow)
https://codereview.chromium.org/2733903002/diff/1/chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc File chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc (right): https://codereview.chromium.org/2733903002/diff/1/chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc#newcode49 chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc:49: kCommandExpirationTimeInMinutes); I wonder if these commands should ever expire ...
3 years, 9 months ago (2017-03-07 11:45:14 UTC) #4
Ivan Šandrk
Bartosz thinks the default (used in other commands) is fine. I think it doesn't matter ...
3 years, 9 months ago (2017-03-07 16:15:31 UTC) #7
Andrew T Wilson (Slow)
lgtm with nits you can either address or ignore as you like. https://codereview.chromium.org/2733903002/diff/20001/chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc File chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc ...
3 years, 9 months ago (2017-03-08 12:50:56 UTC) #10
Ivan Šandrk
https://codereview.chromium.org/2733903002/diff/20001/chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc File chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc (right): https://codereview.chromium.org/2733903002/diff/20001/chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc#newcode58 chrome/browser/chromeos/policy/remote_commands/device_command_set_volume_job.cc:58: if (volume_ < 0 || volume_ > 100) On ...
3 years, 9 months ago (2017-03-08 15:07:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2733903002/40001
3 years, 9 months ago (2017-03-08 15:07:23 UTC) #17
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 16:41:51 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/0f397d38f3023f90d0765ac41416...

Powered by Google App Engine
This is Rietveld 408576698