| Index: components/policy/core/common/remote_commands/remote_command_job.cc
|
| diff --git a/components/policy/core/common/remote_commands/remote_command_job.cc b/components/policy/core/common/remote_commands/remote_command_job.cc
|
| index c32381ce228135c9670d32384cb7dbd99e9b0c68..a2b2b78e9701935ed3cc06ceae65a2326e016fd6 100644
|
| --- a/components/policy/core/common/remote_commands/remote_command_job.cc
|
| +++ b/components/policy/core/common/remote_commands/remote_command_job.cc
|
| @@ -72,6 +72,11 @@ bool RemoteCommandJob::Init(base::TimeTicks now,
|
| << " initialized.";
|
| break;
|
| }
|
| + case em::RemoteCommand_Type_DEVICE_SET_VOLUME: {
|
| + SYSLOG(INFO) << "Remote set volume command " << unique_id_
|
| + << " initialized.";
|
| + break;
|
| + }
|
| }
|
| status_ = NOT_STARTED;
|
| return true;
|
|
|