[Remove unused function Tijmen de Mes **20130801143919 Ignore-this: 657da0d194e71799d7a3dd2537c7e18d ] hunk ./ChatView.html 543 -function showDisabledCollaborationEditor() { - collaboration_editor.innerHTML = "

Shared Text Editor is available in Blink Pro

"+ - "

Text entered in the area below can be modified simultaneously by all participants:"+ - ""+ - ""+ - "
"; - - chat_session.style.display = "none"; - collaboration_editor.style.display = "block"; - - scrollToBottom(); - -} -