cloud_policy_refresh_scheduler.h | 49 int64 refresh_delay() const { return refresh_delay_ms_; } function in class:policy::CloudPolicyRefreshScheduler 51 // Sets the refresh delay to |refresh_delay| (subject to min/max clamping). 52 void SetRefreshDelay(int64 refresh_delay);
|