Bug 966280 - Add a flag to the Australis UITelemetry ping for whether the titlebar is shown. r=mconley

This commit is contained in:
Blake Winton 2014-01-31 13:59:23 -05:00
parent b3dfda1c31
commit 6bdd8da620

View File

@ -443,6 +443,9 @@ this.BrowserUITelemetry = {
menuBar && Services.appinfo.OS != "Darwin"
&& menuBar.getAttribute("autohide") != "true";
// Determine if the titlebar is currently visible.
result.titleBarEnabled = !Services.prefs.getBoolPref("browser.tabs.drawInTitlebar");
// Examine all customizable areas and see what default items
// are present and missing.
let defaultKept = [];