Chromium Code Reviews| 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 { |