| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 110386)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -329,7 +329,9 @@
|
|
|
| void ChromeContentBrowserClient::PluginProcessHostCreated(
|
| PluginProcessHost* host) {
|
| +#if !defined(USE_AURA)
|
| host->AddFilter(new ChromePluginMessageFilter(host));
|
| +#endif
|
| }
|
|
|
| content::WebUIFactory* ChromeContentBrowserClient::GetWebUIFactory() {
|
|
|