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

Unified Diff: remoting/protocol/connection_tester.h

Issue 10830046: Implement ChannelMultiplexer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/connection_tester.h
diff --git a/remoting/protocol/connection_tester.h b/remoting/protocol/connection_tester.h
index b32cf621dc6f05f8579bdfcf59784cd415465f6d..f89cd7a124fa7e1f97035cfa1c7f00df68fff4d6 100644
--- a/remoting/protocol/connection_tester.h
+++ b/remoting/protocol/connection_tester.h
@@ -34,6 +34,7 @@ class StreamConnectionTester {
~StreamConnectionTester();
void Start();
+ bool done() { return done_; }
void CheckResults();
protected:

Powered by Google App Engine
This is Rietveld 408576698