Index: content/public/renderer/content_renderer_client.cc |
diff --git a/content/public/renderer/content_renderer_client.cc b/content/public/renderer/content_renderer_client.cc |
index 06afdb74780287a1080fc5f774e745919ba9edb7..2a058a3b27348ea8db95538f6561ac3a74932d87 100644 |
--- a/content/public/renderer/content_renderer_client.cc |
+++ b/content/public/renderer/content_renderer_client.cc |
@@ -11,6 +11,7 @@ |
#include "third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h" |
#include "third_party/WebKit/public/platform/WebSpeechSynthesizer.h" |
#include "third_party/WebKit/public/platform/modules/webmidi/WebMIDIAccessor.h" |
+#include "third_party/WebKit/public/web/WebMediaIPH.h" |
#include "ui/gfx/icc_profile.h" |
#include "url/gurl.h" |
@@ -257,4 +258,9 @@ bool ContentRendererClient::AllowMediaSuspend() { |
return true; |
} |
+std::unique_ptr<blink::WebMediaIPH> ContentRendererClient::CreateWebMediaIPH( |
+ content::RenderFrame* render_frame) { |
+ return nullptr; |
+} |
+ |
} // namespace content |