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

Unified Diff: chrome/browser/policy/cloud_policy_client.h

Issue 12209070: Fix cloud policy duplicate registrations issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/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,
« no previous file with comments | « no previous file | chrome/browser/policy/cloud_policy_client.cc » ('j') | chrome/browser/policy/cloud_policy_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698