Index: chrome/browser/chromeos/fileapi/file_system_backend.h |
diff --git a/chrome/browser/chromeos/fileapi/file_system_backend.h b/chrome/browser/chromeos/fileapi/file_system_backend.h |
index 8b5d50afde7a9a272dba373edbb4d3aa7e48bfae..eb81d98fbd3428c8695b64e2e5f5a4fd56179b0c 100644 |
--- a/chrome/browser/chromeos/fileapi/file_system_backend.h |
+++ b/chrome/browser/chromeos/fileapi/file_system_backend.h |
@@ -131,6 +131,9 @@ class FileSystemBackend : public storage::ExternalFileSystemBackend { |
const std::string& extension_id) OVERRIDE; |
virtual bool GetVirtualPath(const base::FilePath& filesystem_path, |
base::FilePath* virtual_path) OVERRIDE; |
+ virtual void GetRedirectURLForContents( |
+ const storage::FileSystemURL& url, |
+ const storage::URLCallback& callback) OVERRIDE; |
private: |
scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_; |