| Index: content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device.cc b/content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| index 91feb4d48733c030c93b3b50717408d65ac89daa..41fa2b043cc74b0c9d15e59a68b5b2b04fea2464 100644
|
| --- a/content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| +++ b/content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| @@ -101,8 +101,6 @@ namespace {
|
|
|
| const int kMinFrameWidth = 2;
|
| const int kMinFrameHeight = 2;
|
| -const int kMaxFramesInFlight = 2;
|
| -const int kMaxSnapshotsInFlight = 1;
|
|
|
| // TODO(nick): Remove this once frame subscription is supported on Aura and
|
| // Linux.
|
|
|