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

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

Issue 248113003: Fix for closing the desktop sharing notification bar when the shared window is closed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/media_stream_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index 17bc6d231d1cd60e1aa56ca0d854975e42cf5eb8..8b718620e1a45700d9c860865f6ee708707ae206 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -156,6 +156,8 @@ class CONTENT_EXPORT MediaStreamManager
int capture_session_id) OVERRIDE;
virtual void DevicesEnumerated(MediaStreamType stream_type,
const StreamDeviceInfoArray& devices) OVERRIDE;
+ virtual void Aborted(MediaStreamType stream_type, int capture_session_id)
+ OVERRIDE;
perkj_chrome 2014/04/24 10:00:58 nit: Don't break line just before OVERRIDE.
mcasas 2014/04/24 11:09:47 I feel undecided if Aborted() is a good name for t
jiayl 2014/04/24 18:11:13 Closing the window is not the expected way to stop
// Implements base::SystemMonitor::DevicesChangedObserver.
virtual void OnDevicesChanged(

Powered by Google App Engine
This is Rietveld 408576698