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

Unified Diff: content/shell/renderer/test_runner/mock_web_user_media_client.h

Issue 564423002: Update MockWebUserMediaClient for requestSources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fix Android. 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/shell/renderer/test_runner/mock_web_user_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/mock_web_user_media_client.h
diff --git a/content/shell/renderer/test_runner/mock_web_user_media_client.h b/content/shell/renderer/test_runner/mock_web_user_media_client.h
index d7fd4ed8fe00d9ca74baf43b2314a60396274fb4..2845118ac13a7d059992dfe055d99f9b3cd1eee1 100644
--- a/content/shell/renderer/test_runner/mock_web_user_media_client.h
+++ b/content/shell/renderer/test_runner/mock_web_user_media_client.h
@@ -18,13 +18,11 @@ class MockWebUserMediaClient : public blink::WebUserMediaClient {
explicit MockWebUserMediaClient(WebTestDelegate* delegate);
virtual ~MockWebUserMediaClient() {}
- virtual void requestUserMedia(const blink::WebUserMediaRequest&) OVERRIDE;
- virtual void cancelUserMediaRequest(
- const blink::WebUserMediaRequest&) OVERRIDE;
- virtual void requestMediaDevices(
- const blink::WebMediaDevicesRequest&) OVERRIDE;
- virtual void cancelMediaDevicesRequest(
- const blink::WebMediaDevicesRequest&) OVERRIDE;
+ virtual void requestUserMedia(const blink::WebUserMediaRequest&);
+ virtual void cancelUserMediaRequest(const blink::WebUserMediaRequest&);
+ virtual void requestMediaDevices(const blink::WebMediaDevicesRequest&);
+ virtual void cancelMediaDevicesRequest(const blink::WebMediaDevicesRequest&);
+ virtual void requestSources(const blink::WebMediaStreamTrackSourcesRequest&);
// Task related methods
WebTaskList* mutable_task_list() { return &task_list_; }
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/mock_web_user_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698