| 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. | 
| +  void NotifyStopped(content::WebContents* web_contents) const; | 
| + | 
| private: | 
| class UIDelegate; | 
| class WebContentsDeviceUsage; | 
|  |