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

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

Issue 8480028: support video device enumeration from renderer process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify interface between MSManager and MSDevieSettings Created 9 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_settings_requester.h
===================================================================
--- content/browser/renderer_host/media/media_stream_settings_requester.h (revision 109718)
+++ content/browser/renderer_host/media/media_stream_settings_requester.h (working copy)
@@ -15,12 +15,6 @@
// Implemented by the class requesting media capture device usage.
class CONTENT_EXPORT SettingsRequester {
public:
- // Called to get available devices for a certain media type. A call to
- // |AvailableDevices| with the currently available capture devices is
- // expected.
- virtual void GetDevices(const std::string& label,
- MediaStreamType stream_type) = 0;
-
// If no error occurred, this call will deliver the result and the request
// is considered answered.
virtual void DevicesAccepted(const std::string& label,

Powered by Google App Engine
This is Rietveld 408576698