From 8742b77656979a2de91ec19f5feda23b8d4ae12d Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 8 Apr 2013 10:54:20 -0700 Subject: [PATCH] Bug 855371 - @MOZ_UPDATE_CHANNEL@ in health report prefs. r=gps --- services/healthreport/healthreport-prefs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/healthreport/healthreport-prefs.js b/services/healthreport/healthreport-prefs.js index 7ae5f0164d49..b38439d5821b 100644 --- a/services/healthreport/healthreport-prefs.js +++ b/services/healthreport/healthreport-prefs.js @@ -1,3 +1,4 @@ +#filter substitution /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @@ -26,6 +27,8 @@ pref("datareporting.healthreport.service.loadDelayFirstRunMsec", 60000); pref("datareporting.healthreport.service.providerCategories", #if MOZ_UPDATE_CHANNEL == release "healthreport-js-provider-default" +#elif MOZ_UPDATE_CHANNEL == default + "healthreport-js-provider-default" #else "healthreport-js-provider-default,healthreport-js-provider-@MOZ_UPDATE_CHANNEL@" #endif