| Index: chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h b/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
|
| index ca0736114c65e7c723a8930756e66414aa87e677..fdc7766d61e9098977631243f9e95a7e758f68b8 100644
|
| --- a/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h
|
| @@ -110,8 +110,8 @@ class UserCloudPolicyManagerChromeOS : public CloudPolicyManager,
|
|
|
| private:
|
| // Fetches a policy token using the authentication context of the signin
|
| - // Profile, and calls back to OnOAuth2PolicyTokenFetched when done.
|
| - void FetchPolicyOAuthTokenUsingSigninProfile();
|
| + // context, and calls back to OnOAuth2PolicyTokenFetched when done.
|
| + void FetchPolicyOAuthTokenUsingSigninContext();
|
|
|
| // Called once the policy access token is available, and starts the
|
| // registration with the policy server if the token was successfully fetched.
|
|
|