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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 19547009: Move ".crx"/".pem" constants and extension_filenames constants into extensions/common/constants.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: todo Created 7 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.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index e4def4cc6f228e00b301ff67333de0c1694a4bae..8f688cdd472093a20e43e76ed95d48b01aa4a1c8 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -56,26 +56,6 @@ namespace extension_urls {
extern const char kGalleryBrowsePrefix[];
} // 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[];
-
- // The filename to use for a background page generated from
- // background.scripts.
- extern const char kGeneratedBackgroundPageFilename[];
-
- // Path to imported modules.
- extern const char kModulesDir[];
-}
-
namespace extension_misc {
// Matches chrome.windows.WINDOW_ID_NONE.
const int kUnknownWindowId = -1;
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698