aboutsummaryrefslogtreecommitdiff
path: root/common/connection_types.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/connection_types.js')
-rw-r--r--common/connection_types.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/connection_types.js b/common/connection_types.js
index a571cb9..9747e5c 100644
--- a/common/connection_types.js
+++ b/common/connection_types.js
@@ -49,7 +49,9 @@
const CONNECTION_TYPE = {
REMOTE_STORAGE : "0",
PAGE_ACTIONS : "1",
- ACTIVITY_INFO : "2"
+ ACTIVITY_INFO : "2",
+ BROADCAST_SEND: "3",
+ BROADCAST_LISTEN: "4"
};
/*