Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: chrome/browser/resources/chat_manager/js/chatbridgeeventtypes.js

Issue 2860002: Forward video chats to central roster. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chat_manager/js/chatbridgehook.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chat_manager/js/chatbridgeeventtypes.js
===================================================================
--- chrome/browser/resources/chat_manager/js/chatbridgeeventtypes.js (revision 48406)
+++ chrome/browser/resources/chat_manager/js/chatbridgeeventtypes.js (working copy)
@@ -9,7 +9,9 @@
var ChatBridgeEventTypes = {
SHOW_CHAT: 'showChat',
START_VIDEO: 'startVideo',
+ NEW_VIDEO_CHAT: 'newVideoChat',
START_VOICE: 'startVoice',
+ NEW_VOICE_CHAT: 'newVoiceChat',
CENTRAL_USER_SET: 'centralJidSet',
CENTRAL_USER_UPDATE: 'centralJidUpdate',
CENTRAL_USER_WATCHER: 'getCentralJid'
« no previous file with comments | « no previous file | chrome/browser/resources/chat_manager/js/chatbridgehook.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698