Chromium Code Reviews

Unified Diff: chrome/browser/media/webrtc/media_stream_capture_indicator.h

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/media/webrtc/media_stream_capture_indicator.h
diff --git a/chrome/browser/media/webrtc/media_stream_capture_indicator.h b/chrome/browser/media/webrtc/media_stream_capture_indicator.h
index 296d7d8571a3a93c05bc01ab281b028a6b94afb6..d68cd045be331efb891cf0a8d03e0f5670d6624e 100644
--- a/chrome/browser/media/webrtc/media_stream_capture_indicator.h
+++ b/chrome/browser/media/webrtc/media_stream_capture_indicator.h
@@ -55,6 +55,9 @@ class MediaStreamCaptureIndicator
// of media for remote broadcast).
bool IsBeingMirrored(content::WebContents* web_contents) const;
+ // Called when STOP button in media capture notification is clicked.
+ void NotifyStopped(content::WebContents* web_contents) const;
+
private:
class UIDelegate;
class WebContentsDeviceUsage;

Powered by Google App Engine