| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 138102)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -409,7 +409,7 @@
|
| id, profile, profile->GetRequestContextForRenderProcess(id)));
|
| host->GetChannel()->AddFilter(new PluginInfoMessageFilter(id, profile));
|
| #if !defined(OS_ANDROID)
|
| - host->GetChannel()->AddFilter(new PrintingMessageFilter());
|
| + host->GetChannel()->AddFilter(new PrintingMessageFilter(id));
|
| #endif
|
| host->GetChannel()->AddFilter(
|
| new SearchProviderInstallStateMessageFilter(id, profile));
|
|
|