diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 21:14:18 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 21:14:18 +0000 |
commit | 52787305fc89e955af6f4fd19fce95d8990c745a (patch) | |
tree | 879129b5177a6ac13b62b99382a07bee03f12403 /remoting/webapp/me2mom/choice.html | |
parent | 64ceb1681c34f5116d76947c993eb10115086976 (diff) | |
download | chromium_src-52787305fc89e955af6f4fd19fce95d8990c745a.zip chromium_src-52787305fc89e955af6f4fd19fce95d8990c745a.tar.gz chromium_src-52787305fc89e955af6f4fd19fce95d8990c745a.tar.bz2 |
Don't transition to in-session mode until the connection has been established.
BUG=83648
TEST=
Review URL: http://codereview.chromium.org/7511001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/me2mom/choice.html')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index 956a0d1..5c83cca 100644 --- a/remoting/webapp/me2mom/choice.html +++ b/remoting/webapp/me2mom/choice.html @@ -239,7 +239,7 @@ found in the LICENSE file. </footer> </section> <!-- choice-mode --> - <section id="session-mode" class="mode in-session-element"> + <section id="session-mode" class="mode in-session-element client-element"> </section> <!-- session-mode --> |