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

Unified Diff: content/browser/renderer_host/media/audio_input_device_manager.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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/media_stream_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/audio_input_device_manager.h
diff --git a/content/browser/renderer_host/media/audio_input_device_manager.h b/content/browser/renderer_host/media/audio_input_device_manager.h
index a2d4ca4f92c64c755ea65c0d7c820be2acdccd70..b123ce482f5af4864964a3f95edbcfb9852e307d 100644
--- a/content/browser/renderer_host/media/audio_input_device_manager.h
+++ b/content/browser/renderer_host/media/audio_input_device_manager.h
@@ -44,11 +44,12 @@ class CONTENT_EXPORT AudioInputDeviceManager : public MediaStreamProvider {
// is not opened, otherwise the opened device. Called on IO thread.
const StreamDeviceInfo* GetOpenedDeviceInfoById(int session_id);
+ void Unregister();
+
// MediaStreamProvider implementation, called on IO thread.
void Register(MediaStreamProviderListener* listener,
const scoped_refptr<base::SingleThreadTaskRunner>&
device_task_runner) override;
- void Unregister() override;
void EnumerateDevices(MediaStreamType stream_type) override;
int Open(const StreamDeviceInfo& device) override;
void Close(int session_id) override;
« no previous file with comments | « no previous file | content/browser/renderer_host/media/media_stream_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698