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

Unified Diff: extensions/common/extension.h

Issue 264763002: Support remote installation of extensions and apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 7 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 2d7b2aa07d548d182e505c6590c12048f26beb04..4000910f9d0cba805c9f8875fddac5f5328c52d0 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -101,6 +101,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// the install.
DISABLE_GREYLIST = 1 << 9,
DISABLE_CORRUPTED = 1 << 10,
+ DISABLE_REMOTE_INSTALL = 1 << 11
};
enum InstallType {

Powered by Google App Engine
This is Rietveld 408576698