Chromium Code Reviews| Index: content/browser/renderer_host/media/video_capture_manager.h |
| diff --git a/content/browser/renderer_host/media/video_capture_manager.h b/content/browser/renderer_host/media/video_capture_manager.h |
| index ff44a71f990314617819845c08f37930a10731e4..2c99222bca13d1ccc3909d8a052c24496278fe0d 100644 |
| --- a/content/browser/renderer_host/media/video_capture_manager.h |
| +++ b/content/browser/renderer_host/media/video_capture_manager.h |
| @@ -286,6 +286,7 @@ class CONTENT_EXPORT VideoCaptureManager : public MediaStreamProvider { |
| std::unique_ptr<base::android::ApplicationStatusListener> |
| app_status_listener_; |
| + bool has_stopped_activities; |
|
perkj_chrome
2016/06/28 08:59:26
s/ has_stopped_activities_;
|
| #endif |
| // The message loop of media stream device thread, where VCD's live. |