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 e227532..ce63e55 100644
--- a/common/connection_types.js
+++ b/common/connection_types.js
@@ -12,7 +12,9 @@
const CONNECTION_TYPE = {
REMOTE_STORAGE : "0",
- PAGE_ACTIONS : "1"
+ PAGE_ACTIONS : "1",
+ PAGE_INFO : "2",
+ ACTIVITY_INFO : "3"
};
/*