Index: chrome/browser/policy/cloud_policy_client.h |
diff --git a/chrome/browser/policy/cloud_policy_client.h b/chrome/browser/policy/cloud_policy_client.h |
index 8abafb57f8281b1712a0728c190e126cb8c02d86..9ebafc5a983cd1845e9a63afea4704fca54e9141 100644 |
--- a/chrome/browser/policy/cloud_policy_client.h |
+++ b/chrome/browser/policy/cloud_policy_client.h |
@@ -163,6 +163,9 @@ class CloudPolicyClient { |
// A set of PolicyNamespaceKeys to fetch. |
typedef std::set<PolicyNamespaceKey> NamespaceSet; |
+ // Callback for retries of registration requests. |
+ void OnRetryRegister(DeviceManagementRequestJob* job); |
+ |
// Callback for registration requests. |
void OnRegisterCompleted( |
DeviceManagementStatus status, |