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

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

Issue 701103002: Remove pure-virtual MediaStreamProvider::Unregister method and make overrides non-virtual. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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_provider.h
diff --git a/content/browser/renderer_host/media/media_stream_provider.h b/content/browser/renderer_host/media/media_stream_provider.h
index 3413a99bd343c99116ad44c6ebcc1bd8d909bd1d..551e36d8b45890e8b51211b776081914d4e09b25 100644
--- a/content/browser/renderer_host/media/media_stream_provider.h
+++ b/content/browser/renderer_host/media/media_stream_provider.h
@@ -67,9 +67,6 @@ class CONTENT_EXPORT MediaStreamProvider
const scoped_refptr<base::SingleThreadTaskRunner>&
device_task_runner) = 0;
- // Unregisters the previously registered listener.
- virtual void Unregister() = 0;
-
// Enumerates existing capture devices and calls |DevicesEnumerated|.
virtual void EnumerateDevices(MediaStreamType stream_type) = 0;

Powered by Google App Engine
This is Rietveld 408576698