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

Unified Diff: content/test/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: content/test/mock_webframeclient.h
diff --git a/content/test/mock_webframeclient.h b/content/test/mock_webframeclient.h
index bba8aa5c5e69a910d080b91210014d8554509c15..5c90d962cd2ba80f480fe67835e2bdb188a97836 100644
--- a/content/test/mock_webframeclient.h
+++ b/content/test/mock_webframeclient.h
@@ -9,7 +9,12 @@
namespace content {
-class MockWebFrameClient : public blink::WebFrameClient {};
+class MockWebFrameClient : public blink::WebFrameClient {
no sievers 2016/04/06 17:26:27 nit: 'public:'
+ void checkIfAudioSinkExistsAndIsAuthorized(
+ const blink::WebString& sinkId,
+ const blink::WebSecurityOrigin&,
+ blink::WebSetSinkIdCallbacks*) override;
+};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698