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.js18
1 files changed, 5 insertions, 13 deletions
diff --git a/common/connection_types.js b/common/connection_types.js
index 9747e5c..0b83c2b 100644
--- a/common/connection_types.js
+++ b/common/connection_types.js
@@ -46,16 +46,8 @@
* to browser.runtime.connect()
*/
-const CONNECTION_TYPE = {
- REMOTE_STORAGE : "0",
- PAGE_ACTIONS : "1",
- ACTIVITY_INFO : "2",
- BROADCAST_SEND: "3",
- BROADCAST_LISTEN: "4"
-};
-
-/*
- * EXPORTS_START
- * EXPORT CONNECTION_TYPE
- * EXPORTS_END
- */
+#EXPORT "0" AS REMOTE_STORAGE
+#EXPORT "1" AS PAGE_ACTIONS
+#EXPORT "2" AS ACTIVITY_INFO
+#EXPORT "3" AS BROADCAST_SEND
+#EXPORT "4" AS BROADCAST_LISTEN