Chromium Code Reviews| Index: remoting/host/screen_recorder.h |
| diff --git a/remoting/host/screen_recorder.h b/remoting/host/screen_recorder.h |
| index 0426ea7a761165f822b5d2b636c7c009011528bc..c8c39e36695d26c20f20b895b47cb13544527df1 100644 |
| --- a/remoting/host/screen_recorder.h |
| +++ b/remoting/host/screen_recorder.h |
| @@ -180,9 +180,10 @@ class ScreenRecorder : public base::RefCountedThreadSafe<ScreenRecorder> { |
| // be used on the capture thread. |
| bool is_recording_; |
| - // Flag that indicates network is being stopped. This variable should only |
| - // be used on the network thread. |
| + // Flags that indicate network and encoder are stopped. This |
|
dmac
2011/08/04 01:27:28
s/This/These/
and what do you mean by correspondi
Sergey Ulanov
2011/08/04 17:44:05
Done.
|
| + // variables should only be used on the corresponding threads only. |
| bool network_stopped_; |
| + bool encoder_stopped_; |
| // Timer that calls DoCapture. |
| base::RepeatingTimer<ScreenRecorder> capture_timer_; |