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

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

Issue 34393006: Refactor MediaStreamManager to never output real device id. It now always output sourceId in the fo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased + Addressed Tommis comments except WillDestroyCurrentMessageLoop. Created 7 years, 2 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_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 7f0ff17eb34c186a3bac8eb5f5e662ce6feec9b6..3389388d8dffb7d929fb89ba21bffabfe0d0e7cd 100644
--- a/content/browser/renderer_host/media/media_stream_provider.h
+++ b/content/browser/renderer_host/media/media_stream_provider.h
@@ -52,11 +52,6 @@ class CONTENT_EXPORT MediaStreamProviderListener {
virtual void DevicesEnumerated(MediaStreamType stream_type,
const StreamDeviceInfoArray& devices) = 0;
- // Called by a MediaStreamProvider when an error has occured.
- virtual void Error(MediaStreamType stream_type,
- int capture_session_id,
- MediaStreamProviderError error) = 0;
-
protected:
virtual ~MediaStreamProviderListener() {}
};

Powered by Google App Engine
This is Rietveld 408576698