Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: components/signin/core/browser/profile_oauth2_token_service.h

Issue 345563008: Rename "managed (mode|user)" to "supervised user" (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/url_constants.cc ('k') | extensions/common/permissions/permission_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/profile_oauth2_token_service.h
diff --git a/components/signin/core/browser/profile_oauth2_token_service.h b/components/signin/core/browser/profile_oauth2_token_service.h
index ed37306db04f6ec685f6127237ac7c91b9f06f10..087818492754d27afc20e5536e605807d285859e 100644
--- a/components/signin/core/browser/profile_oauth2_token_service.h
+++ b/components/signin/core/browser/profile_oauth2_token_service.h
@@ -55,8 +55,8 @@ class ProfileOAuth2TokenService : public OAuth2TokenService,
// profile, otherwise startup will cause unneeded work on the IO thread. The
// primary account is specified with the |primary_account_id| argument and
// should not be empty. For a regular profile, the primary account id comes
- // from SigninManager. For a managed account, the id comes from
- // ManagedUserService.
+ // from SigninManager. For a supervised user, the id comes from
+ // SupervisedUserService.
virtual void LoadCredentials(const std::string& primary_account_id);
// Updates a |refresh_token| for an |account_id|. Credentials are persisted,
« no previous file with comments | « chrome/common/url_constants.cc ('k') | extensions/common/permissions/permission_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698