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

Unified Diff: content/renderer/render_process_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.h ('k') | content/renderer/render_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_process_impl.h
===================================================================
--- content/renderer/render_process_impl.h (revision 242534)
+++ content/renderer/render_process_impl.h (working copy)
@@ -25,17 +25,11 @@
TransportDIB** memory,
const gfx::Rect& rect) OVERRIDE;
virtual void ReleaseTransportDIB(TransportDIB* memory) OVERRIDE;
- virtual bool UseInProcessPlugins() const OVERRIDE;
virtual void AddBindings(int bindings) OVERRIDE;
virtual int GetEnabledBindings() const OVERRIDE;
virtual TransportDIB* CreateTransportDIB(size_t size) OVERRIDE;
virtual void FreeTransportDIB(TransportDIB*) OVERRIDE;
- // Like UseInProcessPlugins(), but called before RenderProcess is created
- // and does not allow overriding by tests. This just checks the command line
- // each time.
- static bool InProcessPlugins();
-
private:
// Look in the shared memory cache for a suitable object to reuse.
// result: (output) the memory found
@@ -65,8 +59,6 @@
// TransportDIB sequence number
uint32 transport_dib_next_sequence_number_;
- bool in_process_plugins_;
-
// Bitwise-ORed set of extra bindings that have been enabled anywhere in this
// process. See BindingsPolicy for details.
int enabled_bindings_;
« no previous file with comments | « content/renderer/render_process.h ('k') | content/renderer/render_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698