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

Unified Diff: chrome/browser/policy/cloud_policy_controller.cc

Issue 8920003: Add OS and firmware version to device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrap #includes for ChromeOS. Created 9 years 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
« no previous file with comments | « no previous file | chrome/browser/policy/cloud_policy_data_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/cloud_policy_controller.cc
diff --git a/chrome/browser/policy/cloud_policy_controller.cc b/chrome/browser/policy/cloud_policy_controller.cc
index 9858e281783d62c2635af2599146b87d1c07d15d..0e3559c1a02ed5e8287f4e3e02551ffdc1eb6a26 100644
--- a/chrome/browser/policy/cloud_policy_controller.cc
+++ b/chrome/browser/policy/cloud_policy_controller.cc
@@ -275,8 +275,10 @@ void CloudPolicyController::SendPolicyRequest() {
if (cache_->GetPublicKeyVersion(&key_version))
fetch_request->set_public_key_version(key_version);
+#if defined(OS_CHROMEOS)
if (data_store_->device_status_collector())
data_store_->device_status_collector()->GetStatus(&device_status);
+#endif
backend_->ProcessPolicyRequest(data_store_->device_token(),
data_store_->device_id(),
« no previous file with comments | « no previous file | chrome/browser/policy/cloud_policy_data_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698