| Index: extensions/shell/browser/shell_content_browser_client.cc
|
| diff --git a/extensions/shell/browser/shell_content_browser_client.cc b/extensions/shell/browser/shell_content_browser_client.cc
|
| index 49482621dc2794ca8592ca6d185decef39c14571..e18a87ceb5a0c81a6cda6a328c9815ce3e534690 100644
|
| --- a/extensions/shell/browser/shell_content_browser_client.cc
|
| +++ b/extensions/shell/browser/shell_content_browser_client.cc
|
| @@ -43,7 +43,6 @@
|
|
|
| #if !defined(DISABLE_NACL)
|
| #include "components/nacl/browser/nacl_browser.h"
|
| -#include "components/nacl/browser/nacl_host_message_filter.h"
|
| #include "components/nacl/browser/nacl_process_host.h"
|
| #include "components/nacl/common/nacl_process_type.h"
|
| #include "components/nacl/common/nacl_switches.h"
|
| @@ -103,13 +102,6 @@ void ShellContentBrowserClient::RenderProcessWillLaunch(
|
| render_process_id, browser_context));
|
| // PluginInfoMessageFilter is not required because app_shell does not have
|
| // the concept of disabled plugins.
|
| -#if !defined(DISABLE_NACL)
|
| - host->AddFilter(new nacl::NaClHostMessageFilter(
|
| - render_process_id,
|
| - browser_context->IsOffTheRecord(),
|
| - browser_context->GetPath(),
|
| - host->GetStoragePartition()->GetURLRequestContext()));
|
| -#endif
|
| }
|
|
|
| bool ShellContentBrowserClient::ShouldUseProcessPerSite(
|
|
|