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

Unified Diff: content/renderer/render_thread_impl.h

Issue 111613005: Start removing support for in-process NPAPI plugins. This was a debugging mode and was only support… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years 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/render_process_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
===================================================================
--- content/renderer/render_thread_impl.h (revision 242534)
+++ content/renderer/render_thread_impl.h (working copy)
@@ -38,13 +38,7 @@
namespace base {
class MessageLoopProxy;
class Thread;
-
-#if defined(OS_WIN)
-namespace win {
-class ScopedCOMInitializer;
}
-#endif
-}
namespace cc {
class ContextProvider;
@@ -435,11 +429,6 @@
// Used on multiple threads.
scoped_refptr<VideoCaptureImplManager> vc_manager_;
-#if defined(OS_WIN)
- // Initialize COM when using plugins outside the sandbox.
- scoped_ptr<base::win::ScopedCOMInitializer> initialize_com_;
-#endif
-
// The count of RenderWidgets running through this thread.
int widget_count_;
« no previous file with comments | « content/renderer/render_process_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698