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

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: Changed DeviceRequestList to map and changed random label according to new specification. Created 9 years, 6 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 91097)
+++ content/browser/renderer_host/media/media_stream_settings_requester.h (working copy)
@@ -27,7 +27,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() {}

Powered by Google App Engine
This is Rietveld 408576698