| Index: talk/session/media/srtpfilter.h
|
| diff --git a/talk/session/media/srtpfilter.h b/talk/session/media/srtpfilter.h
|
| index 6b941f32fd0aa16113a52ed80ae29d28328bde11..d30cee69c31302bcfae0bd613646b73e06300df9 100644
|
| --- a/talk/session/media/srtpfilter.h
|
| +++ b/talk/session/media/srtpfilter.h
|
| @@ -138,8 +138,6 @@ class SrtpFilter {
|
| // Update the silent threshold (in ms) for signaling errors.
|
| void set_signal_silent_time(uint32_t signal_silent_time_in_ms);
|
|
|
| - bool ResetParams();
|
| -
|
| sigslot::repeater3<uint32_t, Mode, Error> SignalSrtpError;
|
|
|
| protected:
|
| @@ -155,6 +153,7 @@ class SrtpFilter {
|
| CryptoParams* selected_params);
|
| bool ApplyParams(const CryptoParams& send_params,
|
| const CryptoParams& recv_params);
|
| + bool ResetParams();
|
| static bool ParseKeyParams(const std::string& params, uint8_t* key, int len);
|
|
|
| private:
|
|
|