Bug 1007836 - Send 'tablet' flag with TelemetryPing info r=rnewman

This commit is contained in:
Mark Finkle 2014-05-08 16:24:23 -04:00
Родитель eff987d335
Коммит 246bc581ee
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -471,7 +471,7 @@ let Impl = {
// sysinfo fields are not always available, get what we can.
let sysInfo = Cc["@mozilla.org/system-info;1"].getService(Ci.nsIPropertyBag2);
let fields = ["cpucount", "memsize", "arch", "version", "kernel_version",
"device", "manufacturer", "hardware",
"device", "manufacturer", "hardware", "tablet",
"hasMMX", "hasSSE", "hasSSE2", "hasSSE3",
"hasSSSE3", "hasSSE4A", "hasSSE4_1", "hasSSE4_2",
"hasEDSP", "hasARMv6", "hasARMv7", "hasNEON", "isWow64",