From 27281b8163fd963c6e3b69c0ef4e3e895b06c924 Mon Sep 17 00:00:00 2001 From: "eugenis@chromium.org" Date: Wed, 15 May 2013 14:37:52 +0000 Subject: Revert 200220 "Make ExtensionPrefs a ProfileKeyedService." Multiple leaks on both heapcheck bots. > Make ExtensionPrefs a ProfileKeyedService. > > BUG=178218 > TBR=asargent@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/14999009 TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/14772045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200262 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/common/constants.cc | 2 -- extensions/common/constants.h | 4 ---- 2 files changed, 6 deletions(-) (limited to 'extensions') 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_ -- cgit v1.1