Index: chrome/browser/policy/device_policy_identity_strategy.h |
diff --git a/chrome/browser/policy/device_policy_identity_strategy.h b/chrome/browser/policy/device_policy_identity_strategy.h |
index 64695ecd0c50b3b2bdcdafeaf1cad8b112623ed3..c849dff91fc450761b24b11cf5d3621124201a0a 100644 |
--- a/chrome/browser/policy/device_policy_identity_strategy.h |
+++ b/chrome/browser/policy/device_policy_identity_strategy.h |
@@ -33,6 +33,11 @@ class DevicePolicyIdentityStrategy : public CloudPolicyIdentityStrategy { |
const std::string& device_id, |
const std::string& device_token); |
+ // Initiates a policy fetch after a successful device registration. This |
+ // function should be called only after the device token has been fetched |
+ // either through the DMServer or loaded from the cache. |
+ void FetchPolicy(); |
+ |
// CloudPolicyIdentityStrategy implementation: |
virtual std::string GetDeviceToken() OVERRIDE; |
virtual std::string GetDeviceID() OVERRIDE; |