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

Unified Diff: remoting/protocol/pepper_session_manager.cc

Issue 8116021: Switch remoting/protocol to new callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 2 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/pepper_session_manager.h ('k') | remoting/protocol/protobuf_video_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/pepper_session_manager.cc
diff --git a/remoting/protocol/pepper_session_manager.cc b/remoting/protocol/pepper_session_manager.cc
index e732511a8ae09945d81e950aca3b4f5d2a536d14..7e7fe6985de75aab9e7e68dcf2fe60e0aefe6c07 100644
--- a/remoting/protocol/pepper_session_manager.cc
+++ b/remoting/protocol/pepper_session_manager.cc
@@ -78,7 +78,7 @@ Session* PepperSessionManager::Connect(
const std::string& host_public_key,
const std::string& client_token,
CandidateSessionConfig* config,
- Session::StateChangeCallback* state_change_callback) {
+ const Session::StateChangeCallback& state_change_callback) {
PepperSession* session = new PepperSession(this);
session->StartConnection(host_jid, host_public_key, client_token,
config, state_change_callback);
« no previous file with comments | « remoting/protocol/pepper_session_manager.h ('k') | remoting/protocol/protobuf_video_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698