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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.cc

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (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/test/integration/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
index 5a3cf8d2987e56f7c0afa0abc2a82aa28b1eb5a8..d9125c41d5ddd4d5e0177e8fad3299ebc0a71369 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
@@ -161,7 +161,7 @@ bool ProfileSyncServiceHarness::SetupSync(
service()->GoogleSigninSucceeded(username_, password_);
#if defined(ENABLE_MANAGED_USERS)
- std::string account_id = profile_->IsManaged() ?
+ std::string account_id = profile_->IsSupervised() ?
managed_users::kManagedUserPseudoEmail : username_;
#else
std::string account_id = username_;

Powered by Google App Engine
This is Rietveld 408576698