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

Unified Diff: components/plugins/renderer/webview_plugin.h

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn compilation. Created 4 years, 8 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
« no previous file with comments | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | content/test/mock_webframeclient.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | content/test/mock_webframeclient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698