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

Unified Diff: remoting/protocol/pepper_stream_channel.h

Issue 8573013: Add CancelChannelCreation() in protocol::Session interface. (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/pepper_stream_channel.h
diff --git a/remoting/protocol/pepper_stream_channel.h b/remoting/protocol/pepper_stream_channel.h
index 4041a6816d270ec5d65a1ad26754638159a7ce34..6cfb2281c32c18edca7e71432886f8daae1a15a2 100644
--- a/remoting/protocol/pepper_stream_channel.h
+++ b/remoting/protocol/pepper_stream_channel.h
@@ -39,7 +39,8 @@ class PepperStreamChannel : public PepperChannel,
const TransportConfig& transport_config,
const std::string& remote_cert) OVERRIDE;
virtual void AddRemoveCandidate(const cricket::Candidate& candidate) OVERRIDE;
- virtual const std::string& name() OVERRIDE;
+ virtual const std::string& name() const OVERRIDE;
+ virtual bool connected() const OVERRIDE;
// PepperTransportSocketAdapter implementation.
virtual void OnChannelDeleted() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698