Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: extensions/shell/browser/shell_content_browser_client.cc

Issue 2514323004: Convert NaCl renderer-browser messages to mojo. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b55d93532e73b1d032aafb93252336e9097885b9..553faa3cebe4a85cafa7af88bec76795ca97705f 100644
--- a/extensions/shell/browser/shell_content_browser_client.cc
+++ b/extensions/shell/browser/shell_content_browser_client.cc
@@ -42,7 +42,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"
@@ -102,13 +101,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(

Powered by Google App Engine
This is Rietveld 408576698