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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 201283002: Revert of Adds the ability for the renderer to create the mojo channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « content/renderer/mojo/mojo_render_process_observer.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index ceb25d734267d6bdaf34c1c4a1baca7762dcc55e..8ae38b4d37569d17b4a91794989ecd5b14620919 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -146,11 +146,6 @@
#include "content/renderer/npapi/plugin_channel_host.h"
#endif
-// TODO(sky): remove ifdef, temporary until mac sorted out.
-#if !defined(OS_MACOSX)
-#include "content/renderer/mojo/mojo_render_process_observer.h"
-#endif
-
using base::ThreadRestrictions;
using blink::WebDocument;
using blink::WebFrame;
@@ -397,12 +392,6 @@
AddFilter((new IndexedDBMessageFilter(thread_safe_sender()))->GetFilter());
AddFilter((new EmbeddedWorkerContextMessageFilter())->GetFilter());
-
-// TODO(sky): remove ifdef, temporary until mac sorted out.
-#if !defined(OS_MACOSX)
- // MojoRenderProcessObserver deletes itself as necessary.
- new MojoRenderProcessObserver(this);
-#endif
GetContentClient()->renderer()->RenderThreadStarted();
« no previous file with comments | « content/renderer/mojo/mojo_render_process_observer.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698