Index: webrtc/pc/webrtcsession.h |
diff --git a/webrtc/pc/webrtcsession.h b/webrtc/pc/webrtcsession.h |
index f8e0830ad00bfe7805dc142c9e4da20c0ca2f068..41aca9ec21b4f66d3d693d2cd8754d9b11c0bfb6 100644 |
--- a/webrtc/pc/webrtcsession.h |
+++ b/webrtc/pc/webrtcsession.h |
@@ -82,9 +82,7 @@ class IceObserver { |
public: |
IceObserver() {} |
// Called any time the IceConnectionState changes |
- // TODO(honghaiz): Change the name to OnIceConnectionStateChange so as to |
- // conform to the w3c standard. |
- virtual void OnIceConnectionChange( |
+ virtual void OnIceConnectionStateChange( |
PeerConnectionInterface::IceConnectionState new_state) {} |
// Called any time the IceGatheringState changes |
virtual void OnIceGatheringChange( |