Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / policy / auto_enrollment_client.h
index 6d6b877..e27065a 100644 (file)
@@ -140,9 +140,9 @@ class AutoEnrollmentClient
   // a retry response from the server.
   int power_limit_;
 
-  // Number of requests sent to the server so far.
+  // Number of requests for a different modulus received from the server.
   // Used to determine if the server keeps asking for different moduli.
-  int requests_sent_;
+  int modulus_updates_received_;
 
   // Used to communicate with the device management service.
   DeviceManagementService* device_management_service_;