| 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_;
|
|
|