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

Unified Diff: content/test/mock_render_process.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: 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
Index: content/test/mock_render_process.h
===================================================================
--- content/test/mock_render_process.h (revision 242534)
+++ content/test/mock_render_process.h (working copy)
@@ -20,7 +20,6 @@
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;

Powered by Google App Engine
This is Rietveld 408576698