Bug 1154290 - Update e10s telemetry expiration (r=jimm)

This commit is contained in:
Bill McCloskey 2015-04-14 07:32:28 -07:00
Родитель 4e3c075424
Коммит 8e69227989
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7512,7 +7512,7 @@
"description": "Whether a session is set to autostart e10s windows"
},
"E10S_AUTOSTART_STATUS": {
"expires_in_version": "40",
"expires_in_version": "never",
"kind": "enumerated",
"n_values": 6,
"description": "Why e10s is enabled or disabled (0=ENABLED_BY_USER, 1=ENABLED_BY_DEFAULT, 2=DISABLED_BY_USER, 3=DISABLED_IN_SAFE_MODE, 4=DISABLED_FOR_ACCESSIBILITY, 5=DISABLED_FOR_MAC_GFX)"
@ -7523,12 +7523,12 @@
"description": "Whether a browser window is set as an e10s window"
},
"E10S_STILL_ACCEPTED_FROM_PROMPT": {
"expires_in_version": "40",
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether a user who accepted e10s from the prompt is still using e10s"
},
"E10S_BLOCKED_FROM_RUNNING": {
"expires_in_version": "40",
"expires_in_version": "never",
"kind": "boolean",
"description": "Whether the e10s pref was set but it was blocked from running due to blacklisted conditions"
},