| Index: webrtc/media/engine/fakewebrtcvideoengine.h
|
| diff --git a/webrtc/media/engine/fakewebrtcvideoengine.h b/webrtc/media/engine/fakewebrtcvideoengine.h
|
| index 224419ad771ec9c035693fbf316e2a558f376cc6..497d70133ad20881081063be7ab5f6f192d18197 100644
|
| --- a/webrtc/media/engine/fakewebrtcvideoengine.h
|
| +++ b/webrtc/media/engine/fakewebrtcvideoengine.h
|
| @@ -28,16 +28,6 @@
|
| #include "webrtc/video_encoder.h"
|
|
|
| namespace cricket {
|
| -
|
| -static const int kMinVideoBitrate = 100;
|
| -static const int kStartVideoBitrate = 300;
|
| -static const int kMaxVideoBitrate = 1000;
|
| -
|
| -// WebRtc channel id and capture id share the same number space.
|
| -// This is how AddRenderer(renderId, ...) is able to tell if it is adding a
|
| -// renderer for a channel or it is adding a renderer for a capturer.
|
| -static const int kViEChannelIdBase = 0;
|
| -static const int kViEChannelIdMax = 1000;
|
| static const int kEventTimeoutMs = 10000;
|
|
|
| // Fake class for mocking out webrtc::VideoDecoder
|
|
|