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

Unified Diff: components/html_viewer/web_test_delegate_impl.h

Issue 1448203002: Add layout tests for the audio component of MediaStream Recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: peter@'s comments Created 5 years, 1 month 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 | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_test_delegate_impl.h
diff --git a/components/html_viewer/web_test_delegate_impl.h b/components/html_viewer/web_test_delegate_impl.h
index 1967d7e3e8c0019f3e5981a1f36d788ee471567e..3bbb2641c5ae7b8575c6e1c69a7124c95802577f 100644
--- a/components/html_viewer/web_test_delegate_impl.h
+++ b/components/html_viewer/web_test_delegate_impl.h
@@ -109,7 +109,10 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate {
const GURL& origin,
const GURL& embedding_origin) override;
void ResetPermissions() override;
- bool AddMediaStreamSourceAndTrack(blink::WebMediaStream* stream) override;
+ bool AddMediaStreamVideoSourceAndTrack(
+ blink::WebMediaStream* stream) override;
+ bool AddMediaStreamAudioSourceAndTrack(
+ blink::WebMediaStream* stream) override;
cc::SharedBitmapManager* GetSharedBitmapManager() override;
void DispatchBeforeInstallPromptEvent(
int request_id,
« no previous file with comments | « no previous file | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698