mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 855371 - @MOZ_UPDATE_CHANNEL@ in health report prefs. r=gps
This commit is contained in:
parent
5530f7c7e6
commit
8742b77656
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user