diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-25 20:45:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 20:45:48 +0000 |
commit | 72bab89cf6c77c9ee95a977c306e6ce317b84835 (patch) | |
tree | ca3fcaa2a72700b85221b2fe75bb7d46d5d424ce /devtools | |
parent | d5459982f0d1bab08b751dc140c4cbe047032617 (diff) | |
download | UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar.gz UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar.lz UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.tar.xz UXP-72bab89cf6c77c9ee95a977c306e6ce317b84835.zip |
Revert "Remove the Social API"
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/client/responsive.html/browser/tunnel.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/client/responsive.html/browser/tunnel.js b/devtools/client/responsive.html/browser/tunnel.js index 42eb010e7..fdbfe8918 100644 --- a/devtools/client/responsive.html/browser/tunnel.js +++ b/devtools/client/responsive.html/browser/tunnel.js @@ -407,6 +407,8 @@ MessageManagerTunnel.prototype = { "PageInfo:", // Messages sent from printUtils.js "Printing:", + // Messages sent from browser-social.js + "Social:", "PageMetadata:", // Messages sent from viewSourceUtils.js "ViewSource:", @@ -425,6 +427,8 @@ MessageManagerTunnel.prototype = { "PageInfo:", // Messages sent to printUtils.js "Printing:", + // Messages sent to browser-social.js + "Social:", "PageMetadata:", // Messages sent to viewSourceUtils.js "ViewSource:", |