| 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 e9b4328e6c9b36af8cf5946f560cce51ae0a8204..0c511cf9136c0554716091076c1ab0b1cd874b73 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -595,7 +595,9 @@ void ChromeContentBrowserClient::RenderProcessHostCreated(
|
| Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext());
|
| host->GetChannel()->AddFilter(new ChromeRenderMessageFilter(
|
| id, profile, profile->GetRequestContextForRenderProcess(id)));
|
| +#if defined(ENABLE_PLUGINS)
|
| host->GetChannel()->AddFilter(new PluginInfoMessageFilter(id, profile));
|
| +#endif
|
| #if defined(ENABLE_PRINTING)
|
| host->GetChannel()->AddFilter(new PrintingMessageFilter(id, profile));
|
| #endif
|
|
|