Verified Commit df3f7281 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 26345: Hide tracking protection UI

Bug 42679: Revert change to hide tracking protection toolbar icon and
preferences.
parent cf4fca21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -942,10 +942,10 @@ var gIdentityHandler = {
      gPermissionPanel.refreshPermissionIcons();
    }

    // Bug 26345: Hide tracking protection UI.
    // Hide the shield icon if it is a chrome page.
    gProtectionsHandler._trackingProtectionIconContainer.classList.toggle(
      "chromeUI",
      true
      this._isSecureInternalUI
    );
  },

+0 −4
Original line number Diff line number Diff line
@@ -63,10 +63,6 @@

/* Content Blocking */

#trackingGroup {
  display: none;
}

/* Override styling that sets descriptions as grey */
#trackingGroup description.indent,
#trackingGroup .indent > description {