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

Unified Diff: content/renderer/media/mock_media_stream_dispatcher.h

Issue 562643003: Implement WebUserMediaClient::requestSources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review. Created 6 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
« no previous file with comments | « no previous file | content/renderer/media/mock_media_stream_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/mock_media_stream_dispatcher.h
diff --git a/content/renderer/media/mock_media_stream_dispatcher.h b/content/renderer/media/mock_media_stream_dispatcher.h
index 1548853a452ac1abf5ae0c721923cfad6d0b672b..349aa3c5d7e784a74e02272f0e0bab00b3a59f60 100644
--- a/content/renderer/media/mock_media_stream_dispatcher.h
+++ b/content/renderer/media/mock_media_stream_dispatcher.h
@@ -58,7 +58,7 @@ class MockMediaStreamDispatcher : public MediaStreamDispatcher {
private:
void AddAudioInputDeviceToArray(bool matched_output);
void AddAudioOutputDeviceToArray();
- void AddVideoDeviceToArray();
+ void AddVideoDeviceToArray(bool facing_user);
int audio_input_request_id_;
int audio_output_request_id_; // Only used for EnumerateDevices.
« no previous file with comments | « no previous file | content/renderer/media/mock_media_stream_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698