| 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 00cc7375863b5d9b70f1741469e0a9fc3a35fc3f..77a1057628cbf6a4a590d04be4aea2efb9fa9518 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -235,9 +235,6 @@ class CONTENT_EXPORT ContentRendererClient {
|
|
|
| // Allow the embedder to disable input event filtering by the compositor.
|
| virtual bool ShouldCreateCompositorInputHandler() const;
|
| -
|
| - // Check if we can allow RequestOSFileHandle API access for |url|.
|
| - virtual bool IsRequestOSFileHandleAllowedForURL(const GURL& url) const;
|
| };
|
|
|
| } // namespace content
|
|
|