| 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..b647320a9b96c69765a1ac537cd577241b4e28fb 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 GetAlternativeURL(
|
| + const storage::FileSystemURL& url,
|
| + base::Callback<void(const GURL& url)>) OVERRIDE;
|
|
|
| private:
|
| scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
|
|
|