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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 11876007: Connecting webrtc-internals WebUI frontend with the backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@main
Patch Set: Move files to webui/media and add namespace media Created 7 years, 11 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/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,

Powered by Google App Engine
This is Rietveld 408576698