| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 53ab0edc37701149741d998b77d95acc98dee5e6..a9315c6c9effc0b6f3ba5dd418195c6096e68371 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -40,6 +40,7 @@
|
| #include "chrome/browser/geolocation/chrome_access_token_store.h"
|
| #include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/media/media_internals.h"
|
| +#include "chrome/browser/media/webrtc_internals.h"
|
| #include "chrome/browser/nacl_host/nacl_process_host.h"
|
| #include "chrome/browser/net/chrome_net_log.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| @@ -1320,6 +1321,11 @@ content::MediaObserver* ChromeContentBrowserClient::GetMediaObserver() {
|
| return MediaInternals::GetInstance();
|
| }
|
|
|
| +content::WebRTCInternalsInterface*
|
| + ChromeContentBrowserClient::GetWebRTCInternalsInterface() {
|
| + return media::WebRTCInternals::GetInstance();
|
| +}
|
| +
|
| void ChromeContentBrowserClient::RequestDesktopNotificationPermission(
|
| const GURL& source_origin,
|
| int callback_context,
|
|
|