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 daadcb03c6de967a90e04db2795e900df020ba8c..247f0b11261f9cfe1d181fe7455535944dc72606 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,7 @@ class SelectFilePolicy; |
namespace fileapi { |
class ExternalMountPoints; |
class FileSystemBackend; |
+class FileSystemOptions; |
} |
namespace content { |
@@ -564,6 +566,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void GetAdditionalFileSystemBackends( |
BrowserContext* browser_context, |
const base::FilePath& storage_partition_path, |
+ const fileapi::FileSystemOptions& options, |
ScopedVector<fileapi::FileSystemBackend>* additional_backends) {} |
// Allows an embedder to return its own LocationProvider implementation. |