| Index: components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| index 85253d5c53dc7bdfa44e713c4a7f422895d8bc6c..59a894a3aef339231a09fb4b450567e88a7afadd 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
|
| @@ -56,12 +56,6 @@ class POLICY_EXPORT CloudPolicyClientRegistrationHelper
|
| void StartRegistrationWithLoginToken(const std::string& login_refresh_token,
|
| const base::Closure& callback);
|
|
|
| - // Starts the client registration process. |access_token| must be a valid
|
| - // OAuth access token for the scopes returned by the |GetScopes| static
|
| - // function.
|
| - void StartRegistrationWithAccessToken(const std::string& access_token,
|
| - const base::Closure& callback);
|
| -
|
| // Returns the scopes required for policy client registration.
|
| static std::vector<std::string> GetScopes();
|
| #endif
|
|
|