| Index: extensions/common/extension.cc
|
| diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
|
| index e84d39ec3d77c7765125575e65afb4cadeada167..9f845c93f0a97f6720f0155364edc4a69bdabe33 100644
|
| --- a/extensions/common/extension.cc
|
| +++ b/extensions/common/extension.cc
|
| @@ -76,7 +76,7 @@ bool ContainsReservedCharacters(const base::FilePath& path) {
|
|
|
| } // namespace
|
|
|
| -const int Extension::kInitFromValueFlagBits = 13;
|
| +const int Extension::kInitFromValueFlagBits = 14;
|
|
|
| const char Extension::kMimeType[] = "application/x-chrome-extension";
|
|
|
|
|