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

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

Issue 183743021: Implement MediaCaptureDevices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 6 years, 9 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 | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/mock_media_observer.h
diff --git a/content/browser/renderer_host/media/mock_media_observer.h b/content/browser/renderer_host/media/mock_media_observer.h
index 24f0b245ea95647b267f9f4ada0828a19dcfbcf7..04678c9235aab908e5d612d8308b75094549fac4 100644
--- a/content/browser/renderer_host/media/mock_media_observer.h
+++ b/content/browser/renderer_host/media/mock_media_observer.h
@@ -20,10 +20,6 @@ class MockMediaObserver : public MediaObserver {
MockMediaObserver();
virtual ~MockMediaObserver();
- MOCK_METHOD1(OnAudioCaptureDevicesChanged,
- void(const MediaStreamDevices& devices));
- MOCK_METHOD1(OnVideoCaptureDevicesChanged,
- void(const MediaStreamDevices& devices));
MOCK_METHOD6(OnMediaRequestStateChanged,
void(int render_process_id, int render_view_id,
int page_request_id, const GURL& security_origin,
« no previous file with comments | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698