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

Unified Diff: content/renderer/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: 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/npapi/webplugin_impl.cc ('k') | content/renderer/render_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_process.h
===================================================================
--- content/renderer/render_process.h (revision 242534)
+++ content/renderer/render_process.h (working copy)
@@ -42,9 +42,6 @@
// this function to free the SharedMemory object.
virtual void ReleaseTransportDIB(TransportDIB* memory) = 0;
- // Returns true if plugisn should be loaded in-process.
- virtual bool UseInProcessPlugins() const = 0;
-
// Keep track of the cumulative set of enabled bindings for this process,
// across any view.
virtual void AddBindings(int bindings) = 0;
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | content/renderer/render_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698