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

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

Issue 7284037: Adding MediaStreamManager. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Added DeviceRequest dtor, needed for clang. Created 9 years, 5 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_settings_requester.h
===================================================================
--- content/browser/renderer_host/media/media_stream_settings_requester.h (revision 91672)
+++ content/browser/renderer_host/media/media_stream_settings_requester.h (working copy)
@@ -7,7 +7,6 @@
#include <string>
-#include "base/task.h"
#include "content/common/media/media_stream_options.h"
namespace media_stream {
@@ -27,7 +26,7 @@
const StreamDeviceInfoArray& devices) = 0;
// An error for specified |request_id| has occurred.
- virtual void Error(const std::string& label) = 0;
+ virtual void SettingsError(const std::string& label) = 0;
protected:
virtual ~SettingsRequester() {}
@@ -35,6 +34,4 @@
} // namespace media_stream
-DISABLE_RUNNABLE_METHOD_REFCOUNT(media_stream::SettingsRequester);
-
#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_MEDIA_STREAM_SETTINGS_REQUESTER_H_

Powered by Google App Engine
This is Rietveld 408576698