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

Unified Diff: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h

Issue 2765463002: Remote fetch device status (attributes and logs) command (Closed)
Patch Set: Also added log fetching to command 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: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
index 6d3b35179c1c99c7c1e601cefae380aa454c53ad..4fad9a29df5b04fe802338a7f6b58ab0f9cb8bda 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
@@ -116,6 +116,12 @@ class DeviceCloudPolicyManagerChromeOS : public CloudPolicyManager {
// policy server.
StatusUploader* GetStatusUploader() const { return status_uploader_.get(); }
+ // Return the SystemLogUploader used to upload device logs to the policy
+ // server.
+ SystemLogUploader* GetSysLogUploader() const {
Andrew T Wilson (Slow) 2017/03/21 18:03:42 If the class is called SystemLogUploader then call
Ivan Šandrk 2017/03/22 20:20:01 Done.
+ return syslog_uploader_.get();
+ }
+
// Passes the pointer to the schema registry that corresponds to the signin
// profile.
//

Powered by Google App Engine
This is Rietveld 408576698