| 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 cd5048a8ea4eb4818d9fdd23d217ff365a616363..5537547f95c371aa933df6d16364119e3705dd07 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -44,7 +44,6 @@
|
| #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"
|
| -#include "chrome/browser/pepper_gtalk_message_filter.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| @@ -623,11 +622,6 @@ void ChromeContentBrowserClient::RenderProcessHostCreated(
|
| #endif
|
| }
|
|
|
| -void ChromeContentBrowserClient::BrowserChildProcessHostCreated(
|
| - content::BrowserChildProcessHost* host) {
|
| - host->GetHost()->AddFilter(new PepperGtalkMessageFilter());
|
| -}
|
| -
|
| content::WebUIControllerFactory*
|
| ChromeContentBrowserClient::GetWebUIControllerFactory() {
|
| return ChromeWebUIControllerFactory::GetInstance();
|
|
|