Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)

This commit is contained in:
Monica Chew
2014-03-24 14:57:59 -07:00
parent 1228deff80
commit 29f425d18a
5 changed files with 10 additions and 10 deletions

View File

@@ -55,8 +55,8 @@ using safe_browsing::ClientDownloadRequest_CertificateChain;
#define PREF_SB_APP_REP_URL "browser.safebrowsing.appRepURL"
#define PREF_SB_MALWARE_ENABLED "browser.safebrowsing.malware.enabled"
#define PREF_GENERAL_LOCALE "general.useragent.locale"
#define PREF_DOWNLOAD_BLOCK_TABLE "urlclassifier.download_block_table"
#define PREF_DOWNLOAD_ALLOW_TABLE "urlclassifier.download_allow_table"
#define PREF_DOWNLOAD_BLOCK_TABLE "urlclassifier.downloadBlockTable"
#define PREF_DOWNLOAD_ALLOW_TABLE "urlclassifier.downloadAllowTable"
// NSPR_LOG_MODULES=ApplicationReputation:5
#if defined(PR_LOGGING)