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

Unified Diff: chrome/browser/sync/test/integration/enable_disable_test.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/enable_disable_test.cc
diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
index f186c55371e08c9abcf4a843c7b20983d9da4678..856e1cbd066090ea83d9cde673364cbc7753b170 100644
--- a/chrome/browser/sync/test/integration/enable_disable_test.cc
+++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
@@ -92,9 +92,9 @@ IN_PROC_BROWSER_TEST_F(EnableDisableSingleClientTest, DisableOneAtATime) {
for (syncer::ModelTypeSet::Iterator it = registered_types.First();
it.Good(); it.Inc()) {
- // MANAGED_USERS and MANAGED_USER_SETTINGS are always synced.
- if (it.Get() == syncer::MANAGED_USERS ||
- it.Get() == syncer::MANAGED_USER_SHARED_SETTINGS ||
+ // SUPERVISED_USERS and SUPERVISED_USER_SHARED_SETTINGS are always synced.
+ if (it.Get() == syncer::SUPERVISED_USERS ||
+ it.Get() == syncer::SUPERVISED_USER_SHARED_SETTINGS ||
it.Get() == syncer::SYNCED_NOTIFICATIONS ||
it.Get() == syncer::SYNCED_NOTIFICATION_APP_INFO)
continue;

Powered by Google App Engine
This is Rietveld 408576698