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

Unified Diff: chrome/browser/sync/startup_controller.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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/startup_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/startup_controller.h
diff --git a/chrome/browser/sync/startup_controller.h b/chrome/browser/sync/startup_controller.h
index 9a7aa92adc3621e55103d772ba1187f834e62aa1..1c6749dc55b0378e2b6716cf1963bda97f14f4a9 100644
--- a/chrome/browser/sync/startup_controller.h
+++ b/chrome/browser/sync/startup_controller.h
@@ -10,8 +10,8 @@
#include "base/time/time.h"
#include "sync/internal_api/public/base/model_type.h"
-class ManagedUserSigninManagerWrapper;
class ProfileOAuth2TokenService;
+class SupervisedUserSigninManagerWrapper;
namespace sync_driver {
class SyncPrefs;
@@ -38,7 +38,7 @@ class StartupController {
StartupController(ProfileSyncServiceStartBehavior start_behavior,
const ProfileOAuth2TokenService* token_service,
const sync_driver::SyncPrefs* sync_prefs,
- const ManagedUserSigninManagerWrapper* signin,
+ const SupervisedUserSigninManagerWrapper* signin,
base::Closure start_backend);
~StartupController();
@@ -107,7 +107,7 @@ class StartupController {
const ProfileOAuth2TokenService* token_service_;
- const ManagedUserSigninManagerWrapper* signin_;
+ const SupervisedUserSigninManagerWrapper* signin_;
// The callback we invoke when it's time to call expensive
// startup routines for the sync backend.
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/startup_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698