| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index a189ae77cdaae4d219f799e08012350131d9bf65..f727aa859d6d423aae65a64a22fab59de133fdb9 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -143,6 +143,10 @@ class WebViewPlugin : public blink::WebPlugin,
|
| // (which does nothing) to correctly overload it.
|
| void didReceiveResponse(unsigned identifier,
|
| const blink::WebURLResponse& response) override;
|
| + void checkIfAudioSinkExistsAndIsAuthorized(
|
| + const blink::WebString& sinkId,
|
| + const blink::WebSecurityOrigin&,
|
| + blink::WebSetSinkIdCallbacks*) override;
|
|
|
| private:
|
| friend class base::DeleteHelper<WebViewPlugin>;
|
|
|