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

Unified Diff: components/html_viewer/web_test_delegate_impl.cc

Issue 1391363002: Extend components/test_runner's generated WebMediaStream to have a Chrome VideoTrack and Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/html_viewer/web_test_delegate_impl.cc
diff --git a/components/html_viewer/web_test_delegate_impl.cc b/components/html_viewer/web_test_delegate_impl.cc
index 4e958fdaf3b59cbbce1da69c694f7450c34344a6..b2dceeca35485510afc5699b52ee4a4e2e696710 100644
--- a/components/html_viewer/web_test_delegate_impl.cc
+++ b/components/html_viewer/web_test_delegate_impl.cc
@@ -310,6 +310,12 @@ void WebTestDelegateImpl::ResetPermissions() {
NOTIMPLEMENTED();
}
+bool WebTestDelegateImpl::AddMediaStreamSourceAndTrack(
+ blink::WebMediaStream* stream) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
cc::SharedBitmapManager* WebTestDelegateImpl::GetSharedBitmapManager() {
NOTIMPLEMENTED();
return nullptr;
« no previous file with comments | « components/html_viewer/web_test_delegate_impl.h ('k') | components/test_runner/mock_web_user_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698