Chromium Code Reviews| Index: extensions/common/extension.h |
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h |
| index 10df63c9797875659a657c31ca0a7535ca1a2321..679590fa808bcc891be2380c64be84689ca339fe 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 { |