Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index ee8ef52cd1185a4ab9ecb928f5d1468bfe39c582..9e7687ce1a2fb51b58375f4c3cc469ee65c2e6b6 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -121,6 +121,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
DISABLE_RELOAD = 1 << 2, |
DISABLE_UNSUPPORTED_REQUIREMENT = 1 << 3, |
DISABLE_SIDELOAD_WIPEOUT = 1 << 4, |
+ DISABLE_UNKNOWN_FROM_SYNC = 1 << 5, |
}; |
enum InstallType { |