Index: chrome/common/extensions/extension_constants.cc |
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc |
index 551db5e7b5ee2df1d6dded9aa6981d370ba057d9..799d95eaa5d072d6795f1437c499d0aa14505eaf 100644 |
--- a/chrome/common/extensions/extension_constants.cc |
+++ b/chrome/common/extensions/extension_constants.cc |
@@ -90,24 +90,6 @@ const char kGalleryBrowsePrefix[] = "https://chrome.google.com/webstore"; |
} // namespace extension_urls |
-namespace extension_filenames { |
- |
-const char kTempExtensionName[] = "CRX_INSTALL"; |
- |
-// The file to write our decoded images to, relative to the extension_path. |
-const char kDecodedImagesFilename[] = "DECODED_IMAGES"; |
- |
-// The file to write our decoded message catalogs to, relative to the |
-// extension_path. |
-const char kDecodedMessageCatalogsFilename[] = "DECODED_MESSAGE_CATALOGS"; |
- |
-const char kGeneratedBackgroundPageFilename[] = |
- "_generated_background_page.html"; |
- |
-const char kModulesDir[] = "_modules"; |
- |
-} // namespace extension_filenames |
- |
namespace extension_misc { |
const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno"; |