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

Unified Diff: media/blink/mock_webframeclient.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
Index: media/blink/mock_webframeclient.h
diff --git a/media/blink/mock_webframeclient.h b/media/blink/mock_webframeclient.h
index 7a633583150568f5879bfd62676d2d213b39a7c1..0a30d5257e050ec7613cb6acfd043b4c0b67dc2b 100644
--- a/media/blink/mock_webframeclient.h
+++ b/media/blink/mock_webframeclient.h
@@ -9,7 +9,12 @@
namespace media {
-class MockWebFrameClient : public blink::WebFrameClient {};
+class MockWebFrameClient : public blink::WebFrameClient {
+ void checkIfAudioSinkExistsAndIsAuthorized(
+ const blink::WebString& sinkId,
+ const blink::WebSecurityOrigin& origin,
+ blink::WebSetSinkIdCallbacks* callbacks) override;
+};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698