Index: extensions/common/extension.h |
diff --git a/extensions/common/extension.h b/extensions/common/extension.h |
index 933c47ce09d8cba6259a7468206621793c6cc55d..46b124e4334ddf35da04414418544604e0889bee 100644 |
--- a/extensions/common/extension.h |
+++ b/extensions/common/extension.h |
@@ -98,7 +98,9 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
// the install. |
DISABLE_GREYLIST = 1 << 9, |
DISABLE_CORRUPTED = 1 << 10, |
- DISABLE_REMOTE_INSTALL = 1 << 11 |
+ DISABLE_REMOTE_INSTALL = 1 << 11, |
+ DISABLE_INACTIVE_EPHEMERAL_APP = 1 << 12 // Cached ephemeral apps are |
+ // disabled to prevent activity. |
}; |
enum InstallType { |