diff options
Diffstat (limited to 'components/global/content/aboutSupport.js')
-rw-r--r-- | components/global/content/aboutSupport.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/components/global/content/aboutSupport.js b/components/global/content/aboutSupport.js index 86f1fa35b..f921c1372 100644 --- a/components/global/content/aboutSupport.js +++ b/components/global/content/aboutSupport.js @@ -196,24 +196,6 @@ var snapshotFormatters = { delete data.info; } -#ifdef NIGHTLY_BUILD - let windowUtils = window.QueryInterface(Ci.nsIInterfaceRequestor) - .getInterface(Ci.nsIDOMWindowUtils); - let gpuProcessPid = windowUtils.gpuProcessPid; - - if (gpuProcessPid != -1) { - let gpuProcessKillButton = $.new("button"); - - gpuProcessKillButton.addEventListener("click", function() { - windowUtils.terminateGPUProcess(); - }); - - gpuProcessKillButton.textContent = strings.GetStringFromName("gpuProcessKillButton"); - addRow("diagnostics", "GPUProcessPid", gpuProcessPid); - addRow("diagnostics", "GPUProcess", [gpuProcessKillButton]); - } -#endif - // graphics-failures-tbody tbody if ("failures" in data) { // If indices is there, it should be the same length as failures, |