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

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

Issue 29423003: Added video capture capabilities retrieval and caching to VideoCaptureManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Overhauled following all the inputs. 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..cbb0d737034ffcda94a00e0142a3152eb6b65d93 100644
--- a/content/browser/renderer_host/media/media_stream_provider.h
+++ b/content/browser/renderer_host/media/media_stream_provider.h
@@ -52,7 +52,7 @@ class CONTENT_EXPORT MediaStreamProviderListener {
virtual void DevicesEnumerated(MediaStreamType stream_type,
const StreamDeviceInfoArray& devices) = 0;
- // Called by a MediaStreamProvider when an error has occured.
+ // Called by a MediaStreamProvider when an error has occurred.
virtual void Error(MediaStreamType stream_type,
perkj_chrome 2013/10/31 09:46:00 Please revert changes in this file. I have a cl wh
mcasas 2013/10/31 14:25:23 Done.
int capture_session_id,
MediaStreamProviderError error) = 0;

Powered by Google App Engine
This is Rietveld 408576698