Commit 981fa376 authored by Sparsh Paliwal's avatar Sparsh Paliwal
Browse files

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

parent fe119cba
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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",