Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1329)

Unified Diff: chrome/common/extensions/extension.cc

Issue 160254: Merge 21612 - Implement mimetype sniffing for extensions.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/extension.h ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension.cc
===================================================================
--- chrome/common/extensions/extension.cc (revision 21813)
+++ chrome/common/extensions/extension.cc (working copy)
@@ -74,6 +74,8 @@
// 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() {
Property changes on: chrome\common\extensions\extension.cc
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/common/extensions/extension.cc:r21612
« no previous file with comments | « chrome/common/extensions/extension.h ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698