| Index: media/cast/cast_defines.h
|
| diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h
|
| index c1fcea13a089c229ea97a4426948d8cc628ed2ef..c2016f7d39cadaa00cc47098c30fbe94d1fa50df 100644
|
| --- a/media/cast/cast_defines.h
|
| +++ b/media/cast/cast_defines.h
|
| @@ -32,7 +32,6 @@ const uint32 kStartFrameId = UINT32_C(0xffffffff);
|
| // can handle wrap around and compare two frame IDs.
|
| const int kMaxUnackedFrames = 120;
|
|
|
| -const int kStartRttMs = 20;
|
| const int64 kCastMessageUpdateIntervalMs = 33;
|
| const int64 kNackRepeatIntervalMs = 30;
|
|
|
|
|