Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: extensions/common/extension.h

Issue 1497193002: Remove all the ephemeral apps code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review, Devlin review. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/constants.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension.h
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index 75495fb8e29229cae32da041981c40cf417eac1a..72c439655ede0463b7744306444c6270c6777524 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -102,10 +102,9 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
DISABLE_GREYLIST = 1 << 9,
DISABLE_CORRUPTED = 1 << 10,
DISABLE_REMOTE_INSTALL = 1 << 11,
- DISABLE_INACTIVE_EPHEMERAL_APP = 1 << 12, // Cached ephemeral apps are
- // disabled to prevent activity.
- DISABLE_EXTERNAL_EXTENSION = 1 << 13, // External extensions might be
- // disabled for user prompting.
+ // DISABLE_INACTIVE_EPHEMERAL_APP = 1 << 12, // Deprecated.
+ DISABLE_EXTERNAL_EXTENSION = 1 << 13, // External extensions might be
+ // disabled for user prompting.
DISABLE_UPDATE_REQUIRED_BY_POLICY = 1 << 14, // Doesn't meet minimum
// version requirement.
DISABLE_REASON_LAST = 1 << 15, // This should always be the last value
« no previous file with comments | « extensions/common/constants.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698