diff options
author | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-24 15:52:09 +0000 |
---|---|---|
committer | treib@chromium.org <treib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-24 15:52:09 +0000 |
commit | f3918a49017af1015fe4256f80b35eb6577a67b8 (patch) | |
tree | 0256bbe700c809386e0ab51278eef1dc9b2df2ce /chrome/chrome_common.gypi | |
parent | 95c4ab642a3de8bf81600fd963c64471c848e14d (diff) | |
download | chromium_src-f3918a49017af1015fe4256f80b35eb6577a67b8.zip chromium_src-f3918a49017af1015fe4256f80b35eb6577a67b8.tar.gz chromium_src-f3918a49017af1015fe4256f80b35eb6577a67b8.tar.bz2 |
Rename "managed (mode|user)" to "supervised user" (part 4)
Followup to https://codereview.chromium.org/335273005/, https://codereview.chromium.org/335833003/, and https://codereview.chromium.org/316863002/
This CL renames the remaining C++ stuff, except for CrOS-specific code.
Still missing:
- ChromeOS-specific code in c/b/chromeos/login/managed/ and ash/system/
- JavaScript
- Resource names
- The global ENABLE_MANAGED_USERS define
TBR=msw@chromium.org (c/b/ui)
TBR=noms@chromium.org (c/b/profiles)
TBR=atwilson@chromium.org (components/signin)
TBR=finnur@chromium.org (c/b/extensions, c/common/extensions, and extensions/common)
All the TBRs are just renames.
BUG=385113
Review URL: https://codereview.chromium.org/345563008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 665ec7f..dc9e02e 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -66,12 +66,12 @@ 'common/extensions/api/i18n/default_locale_handler.h', 'common/extensions/api/identity/oauth2_manifest_handler.cc', 'common/extensions/api/identity/oauth2_manifest_handler.h', - 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', - 'common/extensions/api/managed_mode_private/managed_mode_handler.h', 'common/extensions/api/plugins/plugins_handler.cc', 'common/extensions/api/plugins/plugins_handler.h', 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 'common/extensions/api/storage/storage_schema_manifest_handler.h', + 'common/extensions/api/supervised_user_private/supervised_user_handler.cc', + 'common/extensions/api/supervised_user_private/supervised_user_handler.h', 'common/extensions/chrome_extension_messages.h', 'common/extensions/chrome_extensions_client.cc', 'common/extensions/chrome_extensions_client.h', |