Chromium Code Reviews

Unified Diff: remoting/jingle_glue/jingle_thread.h

Issue 3087003: Added HostKeyPair class, signatures for heartbeat messages. (Closed)
Patch Set: - Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « remoting/jingle_glue/jingle_client.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/jingle_thread.h
diff --git a/remoting/jingle_glue/jingle_thread.h b/remoting/jingle_glue/jingle_thread.h
index b30d07f9e3c45a6f57ebbd593b730e1dbf4eda0e..2aa23f3d0d5dc07ea37445c9d168c36c55e854e6 100644
--- a/remoting/jingle_glue/jingle_thread.h
+++ b/remoting/jingle_glue/jingle_thread.h
@@ -54,6 +54,8 @@ class JingleThread : public talk_base::Thread,
TaskPump* task_pump() { return task_pump_; }
private:
+ friend class HeartbeatSenderTest;
+
virtual void OnMessage(talk_base::Message* msg);
void PumpAuxiliaryLoops();
« no previous file with comments | « remoting/jingle_glue/jingle_client.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine