| Index: extensions/common/extension.cc
|
| diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
|
| index 39f2fb796e00a5e16a5ec9f8fc79c98c2ecda684..6bb9bd770954313fccb6f010dd5217a5f9e1090f 100644
|
| --- a/extensions/common/extension.cc
|
| +++ b/extensions/common/extension.cc
|
| @@ -67,6 +67,8 @@ bool ContainsReservedCharacters(const base::FilePath& path) {
|
|
|
| } // namespace
|
|
|
| +const int Extension::kInitFromValueFlagBits = 11;
|
| +
|
| const char Extension::kMimeType[] = "application/x-chrome-extension";
|
|
|
| const int Extension::kValidWebExtentSchemes =
|
|
|