summaryrefslogtreecommitdiffstats
path: root/sync/util
diff options
context:
space:
mode:
authortreib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 17:14:05 +0000
committertreib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 17:14:05 +0000
commitd20d04315d2dabd1e5d613adb8dda59a10325508 (patch)
tree27fb5092d2a17611e07c0057edbeb341c8c596b0 /sync/util
parentd882d90bf572cb52afe79970acac4f7bd14da5d4 (diff)
downloadchromium_src-d20d04315d2dabd1e5d613adb8dda59a10325508.zip
chromium_src-d20d04315d2dabd1e5d613adb8dda59a10325508.tar.gz
chromium_src-d20d04315d2dabd1e5d613adb8dda59a10325508.tar.bz2
Rename "managed (mode|user)" to "supervised user" (part 1)
This CL changes: - "IsManaged" and similar methods in Profile, ProfileInfoCache, and a few other places (which mostly forward to either of those) - Enum and constant names - Variable names - Comments Still missing: - I almost certainly missed a few variables and comments - The actual SU implementation, i.e. c/b/managed_mode/ - JavaScript - Resource names But since this CL is already way too huge, I'll try to commit this part now and do the rest in one or more followup CLs. TBR=thakis@chromium.org (chrome/) TBR=rogerta@chromium.org (google_apis/) TBR=haitaol@chromium.org (sync/ and components/sync_driver/) All the TBRs are simple renames. BUG=none Review URL: https://codereview.chromium.org/316863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/util')
-rw-r--r--sync/util/data_type_histogram.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
index e2ab49f..b5e0eda 100644
--- a/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -111,13 +111,13 @@
case ::syncer::FAVICON_TRACKING: \
PER_DATA_TYPE_MACRO("FaviconTracking"); \
break; \
- case ::syncer::MANAGED_USER_SETTINGS: \
+ case ::syncer::SUPERVISED_USER_SETTINGS: \
PER_DATA_TYPE_MACRO("ManagedUserSetting"); \
break; \
- case ::syncer::MANAGED_USERS: \
+ case ::syncer::SUPERVISED_USERS: \
PER_DATA_TYPE_MACRO("ManagedUser"); \
break; \
- case ::syncer::MANAGED_USER_SHARED_SETTINGS: \
+ case ::syncer::SUPERVISED_USER_SHARED_SETTINGS: \
PER_DATA_TYPE_MACRO("ManagedUserSharedSetting"); \
break; \
case ::syncer::ARTICLES: \