| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index 3ee12e016c883bd367ad1823ac54b5ef07cbc6ff..d952989760ec47f99fbdb8db445233d98af5d503 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -101,6 +101,10 @@ extern const char kRulesStoreName[];
|
| // The URL query parameter key corresponding to multi-login user index.
|
| extern const char kAuthUserQueryKey[];
|
|
|
| +// Mime type strings
|
| +extern const char kMimeTypeJpeg[];
|
| +extern const char kMimeTypePng[];
|
| +
|
| // The extension id of the Web Store component application.
|
| extern const char kWebStoreAppId[];
|
|
|
|
|