diff options
author | treib <treib@chromium.org> | 2016-01-15 12:05:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-15 20:06:53 +0000 |
commit | 7019069164be3b8dd39dbfcbb79fe078551e46cf (patch) | |
tree | 01c717d46ed3c0e5823e8dd3821a0cdd1428c1c6 /extensions/common/extension.h | |
parent | 4b10302fb35804092add990a31336c41411448c9 (diff) | |
download | chromium_src-7019069164be3b8dd39dbfcbb79fe078551e46cf.zip chromium_src-7019069164be3b8dd39dbfcbb79fe078551e46cf.tar.gz chromium_src-7019069164be3b8dd39dbfcbb79fe078551e46cf.tar.bz2 |
Extensions: remove DeprecatedDisableReason
This was deprecated > 3 years ago in https://chromiumcodereview.appspot.com/10828316.
Let's assume everything's migrated by now.
BUG=none
Review URL: https://codereview.chromium.org/1594553004
Cr-Commit-Position: refs/heads/master@{#369822}
Diffstat (limited to 'extensions/common/extension.h')
-rw-r--r-- | extensions/common/extension.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extensions/common/extension.h b/extensions/common/extension.h index ec71517..25035ee 100644 --- a/extensions/common/extension.h +++ b/extensions/common/extension.h @@ -73,15 +73,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { NUM_STATES }; - // Used to record the reason an extension was disabled. - enum DeprecatedDisableReason { - DEPRECATED_DISABLE_UNKNOWN, - DEPRECATED_DISABLE_USER_ACTION, - DEPRECATED_DISABLE_PERMISSIONS_INCREASE, - DEPRECATED_DISABLE_RELOAD, - DEPRECATED_DISABLE_LAST, // Not used. - }; - // Reasons an extension may be disabled. These are used in histograms, so do // not remove/reorder entries - only add at the end just before // DISABLE_REASON_LAST (and update the shift value for it). Also remember to |