| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 88448464615d9ba53b6fbc0576277fc4ec036c74..6889242e30cd91d04fd511cc4441ee996179c14a 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -289,6 +289,11 @@ void TestWebFrameClient::didStopLoading()
|
| --m_loadsInProgress;
|
| }
|
|
|
| +void TestWebFrameClient::checkIfAudioSinkExistsAndIsAuthorized(const WebString& sinkId, const WebSecurityOrigin&, WebSetSinkIdCallbacks*)
|
| +{
|
| + NOTREACHED();
|
| +}
|
| +
|
| TestWebRemoteFrameClient::TestWebRemoteFrameClient()
|
| : m_frame(WebRemoteFrameImpl::create(WebTreeScopeType::Document, this, nullptr))
|
| {
|
|
|