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

Unified Diff: chrome/browser/media/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: rebase to #407492(Jul 25) Created 4 years, 5 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: chrome/browser/media/media_stream_capture_indicator.h
diff --git a/chrome/browser/media/media_stream_capture_indicator.h b/chrome/browser/media/media_stream_capture_indicator.h
index 6ae3185fc647ac4531a19633e20bbb106f3285ec..0b99affa9d167cabda19eab24087e07bd24bc29b 100644
--- a/chrome/browser/media/media_stream_capture_indicator.h
+++ b/chrome/browser/media/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 medida capture notification is clicked.
Sergey Ulanov 2016/08/01 18:20:36 typo: medida
braveyao 2016/08/03 00:23:47 Done.
+ void NotifyStopped(content::WebContents* web_contents) const;
+
private:
class UIDelegate;
class WebContentsDeviceUsage;

Powered by Google App Engine
This is Rietveld 408576698