| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 128803)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -36,6 +36,7 @@
|
| #include "chrome/browser/geolocation/chrome_access_token_store.h"
|
| #include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/infobars/infobar_tab_helper.h"
|
| +#include "chrome/browser/media/media_internals.h"
|
| #include "chrome/browser/net/chrome_net_log.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| #include "chrome/browser/notifications/desktop_notification_service_factory.h"
|
| @@ -1162,6 +1163,10 @@
|
| #endif // TOOLKIT_VIEWS || OS_LINUX
|
| }
|
|
|
| +content::MediaObserver* ChromeContentBrowserClient::GetMediaObserver() {
|
| + return MediaInternals::GetInstance();
|
| +}
|
| +
|
| void ChromeContentBrowserClient::RequestDesktopNotificationPermission(
|
| const GURL& source_origin,
|
| int callback_context,
|
|
|