Index: content/public/browser/content_browser_client.cc |
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
index dcc127dd2f194b97402f287c460146cc66484a06..fab80001454770ce9bdcf245322d5a693d6e4518 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -177,6 +177,10 @@ MediaObserver* ContentBrowserClient::GetMediaObserver() { |
return NULL; |
} |
+WebRTCInternalsInterface* ContentBrowserClient::GetWebRTCInternalsInterface() { |
+ return NULL; |
+} |
+ |
WebKit::WebNotificationPresenter::Permission |
ContentBrowserClient::CheckDesktopNotificationPermission( |
const GURL& source_origin, |