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

Unified Diff: remoting/host/cast_extension_session.h

Issue 1668413003: Remove logging of unused and deprecated PeerConnection::Observer callbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | remoting/host/cast_extension_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/cast_extension_session.h
diff --git a/remoting/host/cast_extension_session.h b/remoting/host/cast_extension_session.h
index a035ec0a5bfdc88c8499baf4fb88277650f2eec3..e584abea58add1b2c8c84acb214b5b751a79377e 100644
--- a/remoting/host/cast_extension_session.h
+++ b/remoting/host/cast_extension_session.h
@@ -66,8 +66,6 @@ class CastExtensionSession : public HostExtensionSession,
// webrtc::PeerConnectionObserver interface.
void OnSignalingChange(
webrtc::PeerConnectionInterface::SignalingState new_state) override;
- void OnStateChange(
- webrtc::PeerConnectionObserver::StateType state_changed) override;
void OnAddStream(webrtc::MediaStreamInterface* stream) override;
void OnRemoveStream(webrtc::MediaStreamInterface* stream) override;
void OnDataChannel(webrtc::DataChannelInterface* data_channel) override;
@@ -77,7 +75,6 @@ class CastExtensionSession : public HostExtensionSession,
void OnIceGatheringChange(
webrtc::PeerConnectionInterface::IceGatheringState new_state) override;
void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) override;
- void OnIceComplete() override;
private:
CastExtensionSession(
« no previous file with comments | « no previous file | remoting/host/cast_extension_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698