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 | 9ff1db2f7cbf61a4649244596c9adccfcf52b2c8 (patch) | |
tree | ca3fcaa2a72700b85221b2fe75bb7d46d5d424ce /devtools/client | |
parent | 6e3d7d6b268ba760ea47f5e12ace564ced08b1be (diff) | |
download | aura-central-9ff1db2f7cbf61a4649244596c9adccfcf52b2c8.tar.gz |
Revert "Remove the Social API"
Diffstat (limited to 'devtools/client')
-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:", |