diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 14:47:48 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 14:47:48 +0000 |
commit | 833c4dc40435ce66105446f8f1f3c646e63f8c72 (patch) | |
tree | 2c20761fc311cce4fb24a0a4c08df4d371f01df7 /chrome/common/extensions/api/api.gyp | |
parent | 627f4f4ec29191d02998358a0b9d8896547ffca1 (diff) | |
download | chromium_src-833c4dc40435ce66105446f8f1f3c646e63f8c72.zip chromium_src-833c4dc40435ce66105446f8f1f3c646e63f8c72.tar.gz chromium_src-833c4dc40435ce66105446f8f1f3c646e63f8c72.tar.bz2 |
Remove the managedModePrivate API.
It has not been used in a while, and local management of limited users is not going to be supported anymore.
TBR=rlp@chromium.org
BUG=120635
Review URL: https://chromiumcodereview.appspot.com/15682018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/api.gyp')
-rw-r--r-- | chrome/common/extensions/api/api.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp index 7317cd7..bee7f2a 100644 --- a/chrome/common/extensions/api/api.gyp +++ b/chrome/common/extensions/api/api.gyp @@ -64,7 +64,6 @@ 'identity.idl', 'identity_private.idl', 'idle.json', - 'managed_mode_private.json', 'management.json', 'manifest_types.json', 'media_galleries.idl', |