| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index 9a5baada389c4378a2a53fde335b8202c47df690..a3a6e5bc19079042abb9e9153e0f1076df4fe74d 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -239,12 +239,6 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // startup steps).
|
| virtual bool IsExternalPepperPlugin(const std::string& module_name);
|
|
|
| - // Returns true if plugin living in the container can use
|
| - // pp::FileIO::RequestOSFileHandle.
|
| - // TODO(teravest): Remove this when FileIO is moved to the browser.
|
| - virtual bool IsPluginAllowedToCallRequestOSFileHandle(
|
| - blink::WebPluginContainer* container);
|
| -
|
| // Returns whether BrowserPlugin should be allowed within the |container|.
|
| virtual bool AllowBrowserPlugin(blink::WebPluginContainer* container);
|
|
|
|
|