| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 1b1e7985ddd204c79cb2d08ae447a7ae660ca743..36ba76270e26a0394f00ef854c66db608f0e8f25 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -175,4 +175,17 @@ namespace extension_urls {
|
| extern const char* kMiniGalleryDownloadPrefix;
|
| } // namespace extension_urls
|
|
|
| +namespace extension_filenames {
|
| + // The name of a temporary directory to install an extension into for
|
| + // validation before finalizing install.
|
| + extern const char* kTempExtensionName;
|
| +
|
| + // The file to write our decoded images to, relative to the extension_path.
|
| + extern const char* kDecodedImagesFilename;
|
| +
|
| + // The file to write our decoded message catalogs to, relative to the
|
| + // extension_path.
|
| + extern const char* kDecodedMessageCatalogsFilename;
|
| +}
|
| +
|
| #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
|
|
|