Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: content/browser/renderer_host/media/video_capture_manager.h

Issue 2086603002: video_capture_manager: filter out unexpected app state changes on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698