diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/common/constants.cc | 2 | ||||
-rw-r--r-- | extensions/common/constants.h | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/extensions/common/constants.cc b/extensions/common/constants.cc index f84386a..d931137 100644 --- a/extensions/common/constants.cc +++ b/extensions/common/constants.cc @@ -17,6 +17,4 @@ const base::FilePath::CharType kMessagesFilename[] = const base::FilePath::CharType kPlatformSpecificFolder[] = FILE_PATH_LITERAL("_platform_specific"); -const char kInstallDirectoryName[] = "Extensions"; - } // namespace extensions diff --git a/extensions/common/constants.h b/extensions/common/constants.h index aeb9e67..31a4985 100644 --- a/extensions/common/constants.h +++ b/extensions/common/constants.h @@ -24,10 +24,6 @@ extern const base::FilePath::CharType kMessagesFilename[]; // The base directory for subdirectories with platform-specific code. extern const base::FilePath::CharType kPlatformSpecificFolder[]; -// The name of the directory inside the profile where extensions are -// installed to. -extern const char kInstallDirectoryName[]; - } // namespace extensions #endif // EXTENSIONS_COMMON_CONSTANTS_H_ |