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

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

Issue 1258313002: Send GCM id to DMServer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adopt upstream protobuf changes Created 5 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/heartbeat_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
index 4b693ebfa14a19952b6e4163b4651c8cfde12e10..1e11160e992c5ae1cc8baffae1c06f33f3be5fb5 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc
@@ -256,11 +256,10 @@ void DeviceCloudPolicyManagerChromeOS::StartConnection(
if (install_attributes->IsEnterpriseDevice()) {
CreateStatusUploader();
syslog_uploader_.reset(new SystemLogUploader(nullptr, task_runner_));
- heartbeat_scheduler_.reset(
- new HeartbeatScheduler(g_browser_process->gcm_driver(),
- install_attributes->GetDomain(),
- install_attributes->GetDeviceId(),
- task_runner_));
+ heartbeat_scheduler_.reset(new HeartbeatScheduler(
+ g_browser_process->gcm_driver(), client(),
+ install_attributes->GetDomain(), install_attributes->GetDeviceId(),
+ task_runner_));
}
NotifyConnected();
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/heartbeat_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698