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

Unified Diff: remoting/protocol/jingle_session_manager.cc

Issue 7528015: Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update copyright year. Created 9 years, 4 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 | « remoting/protocol/channel_authenticator.cc ('k') | remoting/protocol/session_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session_manager.cc
diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc
index c1a684c6d9434a8e21be8369f481bc6164342a0c..96292859c450b4589368af05f78ad8c5e66699fc 100644
--- a/remoting/protocol/jingle_session_manager.cc
+++ b/remoting/protocol/jingle_session_manager.cc
@@ -183,7 +183,7 @@ void JingleSessionManager::OnSessionCreate(
// Allow local connections if neccessary.
cricket_session->set_allow_local_ips(allow_local_ips_);
- // If this is an outcoming session the session object is already created.
+ // If this is an incoming session, create a JingleSession on top of it.
if (incoming) {
DCHECK(!certificate_.empty());
DCHECK(private_key_.get());
« no previous file with comments | « remoting/protocol/channel_authenticator.cc ('k') | remoting/protocol/session_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698