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

Unified Diff: extensions/common/constants.h

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « extensions/common/DEPS ('k') | extensions/common/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index f601b38eb8925d43c494b44a4f31b86dcdc7eea8..31a49851ffcac7b23b8d23c74c6e711f48176fe7 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -5,11 +5,25 @@
#ifndef EXTENSIONS_COMMON_CONSTANTS_H_
#define EXTENSIONS_COMMON_CONSTANTS_H_
+#include "base/files/file_path.h"
+
namespace extensions {
// Scheme we serve extension content from.
extern const char kExtensionScheme[];
+ // The name of the manifest inside an extension.
+extern const base::FilePath::CharType kManifestFilename[];
+
+ // The name of locale folder inside an extension.
+extern const base::FilePath::CharType kLocaleFolder[];
+
+ // The name of the messages file inside an extension.
+extern const base::FilePath::CharType kMessagesFilename[];
+
+// The base directory for subdirectories with platform-specific code.
+extern const base::FilePath::CharType kPlatformSpecificFolder[];
+
} // namespace extensions
#endif // EXTENSIONS_COMMON_CONSTANTS_H_
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698