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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 335273005: Rename "managed (mode|user)" to "supervised user" (part 3) (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
Index: chrome/browser/sync/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 0325d0d15e98ca71acfc5c7e34f99677a1b3a8ed..bd113766afe14d82a736cdddffe1fdeb09aa0b02 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -50,10 +50,10 @@
#include "sync/js/sync_js_controller.h"
#include "url/gurl.h"
-class ManagedUserSigninManagerWrapper;
class Profile;
class ProfileOAuth2TokenService;
class ProfileSyncComponentsFactory;
+class SupervisedUserSigninManagerWrapper;
class SyncErrorController;
namespace base {
@@ -267,7 +267,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
ProfileSyncService(
ProfileSyncComponentsFactory* factory,
Profile* profile,
- scoped_ptr<ManagedUserSigninManagerWrapper> signin_wrapper,
+ scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper,
ProfileOAuth2TokenService* oauth2_token_service,
browser_sync::ProfileSyncServiceStartBehavior start_behavior);
virtual ~ProfileSyncService();
@@ -999,7 +999,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
// Encapsulates user signin - used to set/get the user's authenticated
// email address.
- const scoped_ptr<ManagedUserSigninManagerWrapper> signin_;
+ const scoped_ptr<SupervisedUserSigninManagerWrapper> signin_;
// Information describing an unrecoverable error.
UnrecoverableErrorReason unrecoverable_error_reason_;
« no previous file with comments | « chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698