summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension.h
diff options
context:
space:
mode:
authorgab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-23 20:38:17 +0000
committergab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-23 20:38:17 +0000
commit367d077da172569f21f3f9fa92da401115d3423a (patch)
tree233f4d57b0c94aed551fc677b54c566cf60489c7 /extensions/common/extension.h
parent43feaabe8b2e6655e93877f3b229e032572ed9f5 (diff)
downloadchromium_src-367d077da172569f21f3f9fa92da401115d3423a.zip
chromium_src-367d077da172569f21f3f9fa92da401115d3423a.tar.gz
chromium_src-367d077da172569f21f3f9fa92da401115d3423a.tar.bz2
Remove the known_disabled feature as it is now superseeded by settings protection.
BUG=312883 Review URL: https://codereview.chromium.org/340093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/extension.h')
-rw-r--r--extensions/common/extension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index cf5e85c..933c47c 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -92,8 +92,8 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
DISABLE_UNSUPPORTED_REQUIREMENT = 1 << 3,
DISABLE_SIDELOAD_WIPEOUT = 1 << 4,
DISABLE_UNKNOWN_FROM_SYNC = 1 << 5,
- DISABLE_PERMISSIONS_CONSENT = 1 << 6, // Unused - abandoned experiment.
- DISABLE_KNOWN_DISABLED = 1 << 7,
+ // DISABLE_PERMISSIONS_CONSENT = 1 << 6, // Deprecated.
+ // DISABLE_KNOWN_DISABLED = 1 << 7, // Deprecated.
DISABLE_NOT_VERIFIED = 1 << 8, // Disabled because we could not verify
// the install.
DISABLE_GREYLIST = 1 << 9,