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

Unified Diff: extensions/common/extension.h

Issue 98463005: Enable/disable extensions upon changes in blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months 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: extensions/common/extension.h
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index fb2cf4c429cea6e5a7793ede64a8b1ddd478d666..cdd7e0548442d2e9a07fc36dc5260be8bfa54e46 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -93,6 +93,8 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// Disabled because we could not verify the install.
DISABLE_NOT_VERIFIED = 1 << 8,
+
not at google - send to devlin 2014/01/22 00:33:14 nit: no blank line here, remove blank line at 93.
+ DISABLE_GREYLIST = 1 << 9
};
enum InstallType {

Powered by Google App Engine
This is Rietveld 408576698