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

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

Issue 10912004: Begin adding support for tab mirroring via the MediaStream audio/video capturing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 8 years, 3 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/video_capture_host.h
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
index dbb8cbedb620779432c98e8fd6417d992f203924..ec8b2821e497994bf324d2163df15aa097c7b68a 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -3,7 +3,7 @@
// found in the LICENSE file.
//
// VideoCaptureHost serves video capture related messages from
-// VideCaptureMessageFilter which lives inside the render process.
+// VideoCaptureMessageFilter which lives inside the render process.
//
// This class is owned by BrowserRenderProcessHost, and instantiated on UI
// thread, but all other operations and method calls happen on IO thread.
@@ -81,8 +81,8 @@ class CONTENT_EXPORT VideoCaptureHost
// IPC message: Start capture on the VideoCaptureDevice referenced by
// VideoCaptureParams::session_id. |device_id| is an id created by
- // VideCaptureMessageFilter to identify a session
- // between a VideCaptureMessageFilter and a VideoCaptureHost.
+ // VideoCaptureMessageFilter to identify a session
+ // between a VideoCaptureMessageFilter and a VideoCaptureHost.
void OnStartCapture(int device_id,
const media::VideoCaptureParams& params);
void OnControllerAdded(

Powered by Google App Engine
This is Rietveld 408576698