Index: components/policy/core/common/cloud/user_cloud_policy_manager.h |
diff --git a/components/policy/core/common/cloud/user_cloud_policy_manager.h b/components/policy/core/common/cloud/user_cloud_policy_manager.h |
index 5c4068ece8cd7972389a98e193dcbd3153bdbffb..7d5f3f578f362af2d2706927e0dac8301797093b 100644 |
--- a/components/policy/core/common/cloud/user_cloud_policy_manager.h |
+++ b/components/policy/core/common/cloud/user_cloud_policy_manager.h |
@@ -73,7 +73,8 @@ class POLICY_EXPORT UserCloudPolicyManager : public CloudPolicyManager { |
// Creates a CloudPolicyClient for this client. Used in situations where |
// callers want to create a DMToken without actually initializing the |
- // profile's policy infrastructure. |
+ // profile's policy infrastructure (for example, during signin when we |
+ // want to check if the user's domain requires policy). |
static scoped_ptr<CloudPolicyClient> CreateCloudPolicyClient( |
DeviceManagementService* device_management_service, |
scoped_refptr<net::URLRequestContextGetter> request_context); |