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

Unified Diff: remoting/protocol/pepper_session.cc

Issue 9271026: Add JingleSession::OnRouteChange(), and pass IP endpoint information to a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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
Index: remoting/protocol/pepper_session.cc
diff --git a/remoting/protocol/pepper_session.cc b/remoting/protocol/pepper_session.cc
index 5751aba3fae8027776762eab7ba37d51aa348124..8c6ed8a3ba44f5f744ab623d6331dd6e186b45fe 100644
--- a/remoting/protocol/pepper_session.cc
+++ b/remoting/protocol/pepper_session.cc
@@ -49,6 +49,11 @@ void PepperSession::SetStateChangeCallback(
state_change_callback_ = callback;
}
+void PepperSession::SetRouteChangeCallback(
+ const RouteChangeCallback& callback) {
+ NOTREACHED();
Sergey Ulanov 2012/01/23 20:33:37 add comments saying that this callback is not used
Lambros 2012/01/24 19:50:50 Done.
+}
+
Session::Error PepperSession::error() {
DCHECK(CalledOnValidThread());
return error_;

Powered by Google App Engine
This is Rietveld 408576698