diff options
author | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 17:14:05 +0000 |
---|---|---|
committer | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 17:14:05 +0000 |
commit | d20d04315d2dabd1e5d613adb8dda59a10325508 (patch) | |
tree | 27fb5092d2a17611e07c0057edbeb341c8c596b0 /chrome/common/url_constants.cc | |
parent | d882d90bf572cb52afe79970acac4f7bd14da5d4 (diff) | |
download | chromium_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 'chrome/common/url_constants.cc')
-rw-r--r-- | chrome/common/url_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc index 690a4b1..8556201 100644 --- a/chrome/common/url_constants.cc +++ b/chrome/common/url_constants.cc @@ -320,7 +320,7 @@ const char kExtensionsSubPage[] = "extensions"; const char kHandlerSettingsSubPage[] = "handlers"; const char kImportDataSubPage[] = "importData"; const char kLanguageOptionsSubPage[] = "languages"; -const char kManagedUserSettingsSubPage[] = "managedUser"; +const char kSupervisedUserSettingsSubPage[] = "managedUser"; const char kManageProfileSubPage[] = "manageProfile"; const char kPasswordManagerSubPage[] = "passwords"; const char kResetProfileSettingsSubPage[] = "resetProfileSettings"; |