Bug 1250525 - remove #IFDEF ENABLE_TESTS from dom/quota/ActorsParent.cpp. r=janv

MozReview-Commit-ID: 8Ico1aiA3k7
This commit is contained in:
Joel Maher 2016-02-23 07:55:21 -08:00
parent bd0defc6d4
commit 3ea3cf70e8

View File

@ -108,13 +108,7 @@ namespace quota {
using namespace mozilla::ipc;
const bool QuotaManager::kRunningXPCShellTests =
#ifdef ENABLE_TESTS
!!PR_GetEnv("XPCSHELL_TEST_PROFILE_DIR")
#else
false
#endif
;
const bool QuotaManager::kRunningXPCShellTests = !!PR_GetEnv("XPCSHELL_TEST_PROFILE_DIR");
// We want profiles to be platform-independent so we always need to replace
// the same characters on every platform. Windows has the most extensive set