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..951ecd8445368406e8e13c16d376a0362a759240 100644 |
--- a/chrome/browser/policy/device_policy_identity_strategy.h |
+++ b/chrome/browser/policy/device_policy_identity_strategy.h |
@@ -33,6 +33,9 @@ class DevicePolicyIdentityStrategy : public CloudPolicyIdentityStrategy { |
const std::string& device_id, |
const std::string& device_token); |
+ // Initiates a policy fetch after a successful device registration. |
Mattias Nissler (ping if slow)
2011/04/20 14:32:49
Document that the device token needs to have been
|
+ void FetchPolicy(); |
+ |
// CloudPolicyIdentityStrategy implementation: |
virtual std::string GetDeviceToken() OVERRIDE; |
virtual std::string GetDeviceID() OVERRIDE; |