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

Unified Diff: remoting/protocol/jingle_connection_to_host.cc

Issue 4446005: Chromoting: Rename ChromotocolConfig -> SessionConfig (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Rename candidate_config vars Created 10 years, 1 month 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/fake_session.cc ('k') | remoting/protocol/jingle_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_connection_to_host.cc
diff --git a/remoting/protocol/jingle_connection_to_host.cc b/remoting/protocol/jingle_connection_to_host.cc
index ec73780e70b88ed5cc2b5252d50b505b4e582025..e31d351a4eba48453eeb92aed7b51f720108680a 100644
--- a/remoting/protocol/jingle_connection_to_host.cc
+++ b/remoting/protocol/jingle_connection_to_host.cc
@@ -82,8 +82,8 @@ void JingleConnectionToHost::InitSession() {
NewCallback(this, &JingleConnectionToHost::OnNewSession));
session_manager_ = session_manager;
- CandidateChromotocolConfig* candidate_config =
- CandidateChromotocolConfig::CreateDefault();
+ CandidateSessionConfig* candidate_config =
+ CandidateSessionConfig::CreateDefault();
// TODO(sergeyu): Set resolution in the |candidate_config| to the desired
// resolution.
« no previous file with comments | « remoting/protocol/fake_session.cc ('k') | remoting/protocol/jingle_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698