Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index abc583490fc2599926a171d1e8a74e0556f158ab..0b5d25c40bf65ab0348138a8bee0bebe9f6f6541 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -493,6 +493,11 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual ui::SelectFilePolicy* CreateSelectFilePolicy( |
WebContents* web_contents); |
+ // Returns additional allowed scheme set which can access files in |
+ // FileSystem API. |
+ virtual void GetAdditionalAllowedSchemesForFileSystem( |
+ std::vector<std::string>* additional_schemes); |
+ |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
// Populates |mappings| with all files that need to be mapped before launching |
// a child process. |