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

Unified Diff: trunk/src/content/renderer/render_thread_impl.cc

Issue 202683004: Revert 257505 "Adds the ability for the renderer to create the m..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/content/renderer/mojo/mojo_render_process_observer.cc ('k') | trunk/src/ipc/ipc_message_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/render_thread_impl.cc
===================================================================
--- trunk/src/content/renderer/render_thread_impl.cc (revision 257564)
+++ trunk/src/content/renderer/render_thread_impl.cc (working copy)
@@ -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;
@@ -398,12 +393,6 @@
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();
InitSkiaEventTracer();
« no previous file with comments | « trunk/src/content/renderer/mojo/mojo_render_process_observer.cc ('k') | trunk/src/ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698