summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/browser.xul
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-04-07 10:48:22 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-04-07 10:48:22 -0400
commit03cf69df453c7d4e188259e4bfb7317e8e993a33 (patch)
treea73a58ef995281154d6c182a3e353ab97bcea7dd /application/palemoon/base/content/browser.xul
parentca9f588f3169be9601fae1f6aaf876c85cdf58cf (diff)
downloadUXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar
UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar.gz
UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar.lz
UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.tar.xz
UXP-03cf69df453c7d4e188259e4bfb7317e8e993a33.zip
[PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTC
Diffstat (limited to 'application/palemoon/base/content/browser.xul')
-rw-r--r--application/palemoon/base/content/browser.xul6
1 files changed, 4 insertions, 2 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul
index 3044ce675..30b1838ea 100644
--- a/application/palemoon/base/content/browser.xul
+++ b/application/palemoon/base/content/browser.xul
@@ -440,8 +440,10 @@
<image id="alert-plugins-notification-icon" class="notification-anchor-icon" role="button"/>
<image id="blocked-plugins-notification-icon" class="notification-anchor-icon" role="button"/>
<image id="mixed-content-blocked-notification-icon" class="notification-anchor-icon" role="button"/>
+#ifdef MOZ_WEBRTC
<image id="webRTC-shareDevices-notification-icon" class="notification-anchor-icon" role="button"/>
<image id="webRTC-sharingDevices-notification-icon" class="notification-anchor-icon" role="button"/>
+#endif
<image id="pointerLock-notification-icon" class="notification-anchor-icon" role="button"/>
<image id="servicesInstall-notification-icon" class="notification-anchor-icon" role="button"/>
</box>
@@ -513,7 +515,7 @@
flex="100" persist="width" removable="true">
<searchbar id="searchbar" flex="1"/>
</toolbaritem>
-
+#ifdef MOZ_WEBRTC
<toolbarbutton id="webrtc-status-button"
class="toolbarbutton-1 chromeclass-toolbar-additional"
type="menu"
@@ -525,7 +527,7 @@
onpopuphiding="WebrtcIndicator.clearPopup(this);"
oncommand="WebrtcIndicator.menuCommand(event.target);"/>
</toolbarbutton>
-
+#endif
<toolbarbutton id="bookmarks-menu-button"
class="toolbarbutton-1 chromeclass-toolbar-additional"
persist="class"