| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| index 369ef4eb54fd24f9128021ffe8dbe78b8c622cda..f6597596023872552ca067ab0f20caf4da681a66 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
|
| @@ -79,6 +79,7 @@ private:
|
| WebLocalFrame*, unsigned identifier, WebURLRequest&,
|
| const WebURLResponse& redirectResponse) override;
|
| void didFinishDocumentLoad(WebLocalFrame*) override;
|
| + void checkIfAudioSinkExistsAndIsAuthorized(const WebString& sinkId, const WebSecurityOrigin&, WebSetSinkIdCallbacks*) override;
|
|
|
| // WebDevToolsAgentClient overrides.
|
| void sendProtocolMessage(int sessionId, int callId, const WebString&, const WebString&) override;
|
|
|