Index: content/renderer/render_thread_impl.cc |
=================================================================== |
--- content/renderer/render_thread_impl.cc (revision 242534) |
+++ content/renderer/render_thread_impl.cc (working copy) |
@@ -115,7 +115,6 @@ |
#if defined(OS_WIN) |
#include <windows.h> |
#include <objbase.h> |
-#include "base/win/scoped_com_initializer.h" |
#else |
// TODO(port) |
#include "base/memory/scoped_handle.h" |
@@ -321,13 +320,6 @@ |
lazy_tls.Pointer()->Set(this); |
-#if defined(OS_WIN) |
- // If you are running plugins in this thread you need COM active but in |
- // the normal case you don't. |
- if (RenderProcessImpl::InProcessPlugins()) |
- initialize_com_.reset(new base::win::ScopedCOMInitializer()); |
-#endif |
- |
// Register this object as the main thread. |
ChildProcess::current()->set_main_thread(this); |