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

Unified Diff: chrome/common/extensions/extension.h

Issue 11412239: Delay determination of why a synced disabled extension was disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing file Created 8 years, 1 month 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
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 {
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/test/data/extensions/permissions_increase/updates.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698