Chromium Code Reviews| 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 bf43a599d479c8addf8f07864808dcee618a4bd5..b0675ad18e6c58faf370b0872462fb956e382aa6 100644 |
| --- a/components/policy/core/common/remote_commands/remote_command_job.cc |
| +++ b/components/policy/core/common/remote_commands/remote_command_job.cc |
| @@ -80,6 +80,11 @@ bool RemoteCommandJob::Init(base::TimeTicks now, |
| << " initialized."; |
| break; |
| } |
| + case em::RemoteCommand_Type_DEVICE_FETCH_STATUS: { |
| + SYSLOG(INFO) << "Remote fetch device status command " << unique_id_ |
| + << " initialized."; |
| + break; |
| + } |
| } |
| status_ = NOT_STARTED; |
| return true; |