diff options
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r-- | chrome/common/extensions/extension.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index b0324d6..b5e0684 100644 --- a/chrome/common/extensions/extension.cc +++ b/chrome/common/extensions/extension.cc @@ -74,6 +74,8 @@ const char* Extension::kExtensionRegistryPath = // first 16 bytes of SHA256 hashed public key. const size_t Extension::kIdSize = 16; +const char Extension::kMimeType[] = "application/x-chrome-extension"; + const int Extension::kKnownIconSizes[] = { 128 }; Extension::~Extension() { |