Index: remoting/host/capture_scheduler.cc |
diff --git a/remoting/host/capture_scheduler.cc b/remoting/host/capture_scheduler.cc |
index 5dd2cf4174a6de89d59204cddc292d3c1eec1dbc..60ad7327531d6bbb7e309f1f48e3aa73015eedc9 100644 |
--- a/remoting/host/capture_scheduler.cc |
+++ b/remoting/host/capture_scheduler.cc |
@@ -60,4 +60,8 @@ void CaptureScheduler::RecordEncodeTime(base::TimeDelta encode_time) { |
encode_time_.Record(encode_time.InMilliseconds()); |
} |
+void CaptureScheduler::SetNumOfProcessorsForTest(int num_of_processors) { |
+ num_of_processors_ = num_of_processors; |
+} |
+ |
} // namespace remoting |