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