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 b12633ca637ad7f19b5263bc707c2ef92b6cb66d..2828c9c50f9ccffe3d814f3eb9769d6695b66fbd 100644 |
--- a/content/public/renderer/content_renderer_client.h |
+++ b/content/public/renderer/content_renderer_client.h |
@@ -235,6 +235,9 @@ 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 |