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

Unified Diff: components/policy/core/common/remote_commands/remote_command_job.cc

Issue 2765463002: Remote fetch device status (attributes and logs) command (Closed)
Patch Set: Addressed Drew's comments, treating StatusUploader and SystemLogUploader as one Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/chromeos/policy/system_log_uploader.cc ('k') | components/policy/proto/device_management_backend.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698