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

Unified Diff: remoting/protocol/jingle_session.h

Issue 8537020: Send correct termination reason when session is terminated by the host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: remoting/protocol/jingle_session.h
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
index 4bff0014a5c7b3c6800ab8cbdf0d20e0deca5389..d59a839e95ed8a27ecb59af8bf9ba569ac09505f 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -82,7 +82,7 @@ class JingleSession : public protocol::Session,
void Init(cricket::Session* cricket_session);
// Close all the channels and terminate the session.
Wez 2011/11/11 23:10:09 Explain what |result| and |error| are used for?
Sergey Ulanov 2011/11/12 00:02:52 Done.
- void CloseInternal(int result, bool failed);
+ void CloseInternal(int result, Error error);
bool HasSession(cricket::Session* cricket_session);
cricket::Session* ReleaseSession();

Powered by Google App Engine
This is Rietveld 408576698