Index: content/renderer/render_process.h |
=================================================================== |
--- content/renderer/render_process.h (revision 88923) |
+++ content/renderer/render_process.h (working copy) |
@@ -48,8 +48,6 @@ |
// Returns true if plugisn should be loaded in-process. |
virtual bool UseInProcessPlugins() const = 0; |
- virtual bool HasInitializedMediaLibrary() const = 0; |
- |
// Returns a pointer to the RenderProcess singleton instance. Assuming that |
// we're actually a renderer or a renderer test, this static cast will |
// be correct. |