diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-09-07 20:48:23 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-09-07 20:48:23 -0400 |
commit | d537c7feaa440254f371a2355208fae09dd95316 (patch) | |
tree | bffcb19cd6245bcc0ad58f2220a16974dec43978 /base/content/browser.xul | |
parent | 691cd930f487a5dd9f60d68dc701ebd4bef96ad0 (diff) | |
download | iceweasel-uxp-d537c7feaa440254f371a2355208fae09dd95316.tar.gz |
Remove contextual identityv2.0
Diffstat (limited to 'base/content/browser.xul')
-rw-r--r-- | base/content/browser.xul | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/base/content/browser.xul b/base/content/browser.xul index 06e05cc..0e6ea75 100644 --- a/base/content/browser.xul +++ b/base/content/browser.xul @@ -8,7 +8,6 @@ <?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?> <?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?> -<?xml-stylesheet href="chrome://browser/content/usercontext/usercontext.css" type="text/css"?> #ifdef MOZ_DEVTOOLS <?xml-stylesheet href="chrome://devtools/skin/devtools-browser.css" type="text/css"?> #endif @@ -551,12 +550,7 @@ key="key_undoCloseTab" label="&undoCloseTab.label;" observes="History:UndoCloseTab"/> - <menuseparator id="alltabs-popup-separator-1"/> - <menu id="alltabs_containersTab" - label="&newUserContext.label;"> - <menupopup id="alltabs_containersMenuTab" /> - </menu> - <menuseparator id="alltabs-popup-separator-2"/> + <menuseparator id="alltabs-popup-separator"/> </menupopup> </toolbarbutton> |