Bug 1117883: Added asyncPluginInit to the telemetry ping; r=aklotz

--HG--
extra : rebase_source : ea785116f98396183bf3373a6231a05ae059939f
This commit is contained in:
Sparsh Paliwal 2015-02-17 14:53:17 -07:00
Родитель d7be6b5193
Коммит 198d2c0e32
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -41,6 +41,7 @@ const PREF_ENABLED = PREF_BRANCH + "enabled";
const PREF_PREVIOUS_BUILDID = PREF_BRANCH + "previousBuildID";
const PREF_CACHED_CLIENTID = PREF_BRANCH + "cachedClientID"
const PREF_FHR_UPLOAD_ENABLED = "datareporting.healthreport.uploadEnabled";
const PREF_ASYNC_PLUGIN_INIT = "dom.ipc.plugins.asyncInit";
const MESSAGE_TELEMETRY_PAYLOAD = "Telemetry:Payload";
@ -547,7 +548,8 @@ let Impl = {
appUpdateChannel: UpdateChannel.get(),
platformBuildID: ai.platformBuildID,
revision: HISTOGRAMS_FILE_VERSION,
locale: getLocale()
locale: getLocale(),
asyncPluginInit: Preferences.get(PREF_ASYNC_PLUGIN_INIT, false)
};
// In order to share profile data, the appName used for Metro Firefox is "Firefox",