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 9cf7aafc6d5a6286c2d63dbcd35896cb5b94e537..7b151eb718bd93e95a1a5e2deaf785d2845b5d30 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -38,6 +38,7 @@ namespace base { |
class DictionaryValue; |
class FilePath; |
} |
+ |
namespace crypto { |
class CryptoModuleBlockingPasswordDelegate; |
} |
@@ -69,6 +70,8 @@ class SelectFilePolicy; |
namespace fileapi { |
class ExternalMountPoints; |
class FileSystemBackend; |
+class FileSystemOptions; |
+class FileSystemTaskRunners; |
} |
namespace content { |
@@ -564,6 +567,8 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void GetAdditionalFileSystemBackends( |
BrowserContext* browser_context, |
const base::FilePath& storage_partition_path, |
+ fileapi::FileSystemTaskRunners* task_runners, |
+ const fileapi::FileSystemOptions& options, |
ScopedVector<fileapi::FileSystemBackend>* additional_backends) {} |
// Allows an embedder to return its own LocationProvider implementation. |