summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 21:18:53 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 21:18:53 +0000
commite26c55c9ee9ada69c7aca6d239d650a98a96a35b (patch)
tree4f0862f453266a9e39f73d06570d8fc9fab2e1d9 /remoting/host
parentd45f7515b8c037da645291deef1dd31cdaaa08c0 (diff)
downloadchromium_src-e26c55c9ee9ada69c7aca6d239d650a98a96a35b.zip
chromium_src-e26c55c9ee9ada69c7aca6d239d650a98a96a35b.tar.gz
chromium_src-e26c55c9ee9ada69c7aca6d239d650a98a96a35b.tar.bz2
Don't tell the webapp that someone is connected in OnSignallingConnected.
BUG=None TEST=Start sharing with the web-app. Ensure that the "Your desktop is currently being shared" message is not shown briefly before the access code appears. Review URL: http://codereview.chromium.org/7222017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/host_script_object.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/host_script_object.cc b/remoting/host/host_script_object.cc
index 0808066..02c2daf 100644
--- a/remoting/host/host_script_object.cc
+++ b/remoting/host/host_script_object.cc
@@ -269,7 +269,6 @@ bool HostNPScriptObject::Enumerate(std::vector<std::string>* values) {
void HostNPScriptObject::OnSignallingConnected(SignalStrategy* signal_strategy,
const std::string& full_jid) {
- OnStateChanged(kConnected);
}
void HostNPScriptObject::OnSignallingDisconnected() {