Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index adc9a42386fe62111975d7c1afa0ecdf5e587fc1..a425b1b41dbdb117bfe33c7a49bd044994e150ac 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -245,6 +245,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
virtual void GetAdditionalFileSystemBackends( |
content::BrowserContext* browser_context, |
const base::FilePath& storage_partition_path, |
+ fileapi::FileSystemTaskRunners* task_runners, |
+ const fileapi::FileSystemOptions& options, |
ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |