| Index: talk/app/webrtc/peerconnectioninterface.h
|
| diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h
|
| index ca853385e6327fdcad52014b32abc115685e80c1..6aa1f2256016ce40296fdddb52e64d3f6575e3d7 100644
|
| --- a/talk/app/webrtc/peerconnectioninterface.h
|
| +++ b/talk/app/webrtc/peerconnectioninterface.h
|
| @@ -137,9 +137,6 @@ class MetricsObserverInterface : public rtc::RefCountInterface {
|
|
|
| virtual void AddHistogramSample(PeerConnectionMetricsName type,
|
| int value) = 0;
|
| - // TODO(jbauch): Make method abstract when it is implemented by Chromium.
|
| - virtual void AddHistogramSample(PeerConnectionMetricsName type,
|
| - const std::string& value) {}
|
|
|
| protected:
|
| virtual ~MetricsObserverInterface() {}
|
|
|